Skip to content

Commit

Permalink
try single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeire committed Aug 26, 2024
1 parent 2990fb6 commit 8903a70
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 @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@v6
with:
target: production
push: ${{ github.ref_type }}
push: ${{ github.ref_type == 'tag' }}
build-args: |
VERSION=${{ env.VERSION }}
tags: ghcr.io/blackskad/go-web-scaffold:${{ env.VERSION }}

0 comments on commit 8903a70

Please sign in to comment.