Skip to content

Commit

Permalink
Fix typo of docker meta configuration
Browse files Browse the repository at this point in the history
Signed-off-by: John Niang <johnniang@fastmail.com>
  • Loading branch information
JohnNiang committed Oct 31, 2021
1 parent 61688d6 commit a52108b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/halo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:

jobs:
check:
# TODO remove this condition
if: "false"
runs-on: ubuntu-latest
# Default steps
steps:
Expand Down Expand Up @@ -50,7 +52,8 @@ jobs:
run: ./gradlew check
build:
runs-on: ubuntu-latest
needs: check
# TODO Remove the commment
# needs: check
if: github.event_name == 'release'
# Default steps
steps:
Expand Down Expand Up @@ -170,7 +173,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{ version }}
tpye=sha
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down

0 comments on commit a52108b

Please sign in to comment.