Skip to content

Commit

Permalink
fix(ci): fixed flag operands #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed May 11, 2024
1 parent f8b88c2 commit 310ec73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- run: echo "SHORT_SHA=`git rev-parse --short HEAD`" >> $GITHUB_ENV

- name: Run build
run: earthly --ci --push +build-all COMMIT=$SHORT_SHA LABEL=$IMAGE_LABEL
run: earthly --ci --push +build-all --COMMIT=$SHORT_SHA --LABEL=$IMAGE_LABEL

0 comments on commit 310ec73

Please sign in to comment.