Skip to content

Commit

Permalink
Fix missing dollar symbol (#12)
Browse files Browse the repository at this point in the history
* version

* .
  • Loading branch information
msaunby authored Feb 12, 2023
1 parent 250a0e4 commit bc612aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
context: .
file: ./Dockerfile
build-args: |
VERSION={{ github.ref_name }}
VERSION=${{ github.ref_name }}
tags: ghcr.io/${{ env.REPO }}:${{ github.sha }}, ghcr.io/${{ env.REPO }}:${{ github.ref_name }}, ghcr.io/${{ env.REPO }}:latest
push: True
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
context: .
file: ./Dockerfile
build-args: |
VERSION={{ github.ref_name }}
VERSION=${{ github.ref_name }}
tags: ${{ env.REPO }}:${{ github.ref_name }}, ${{ env.REPO }}:latest
push: True

0 comments on commit bc612aa

Please sign in to comment.