Skip to content

Commit

Permalink
fix: updated syntax error on how build args are being set (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
swazza authored Jun 8, 2024
1 parent b215ed1 commit 4fb96f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }}
build-args: |
GIT_SHA: ${{ github.sha }}
GIT_SHA=${{ github.sha }}

0 comments on commit 4fb96f9

Please sign in to comment.