Skip to content

Commit

Permalink
Fix environment variable reference in build
Browse files Browse the repository at this point in the history
  • Loading branch information
glrf committed Dec 3, 2021
1 parent b886fdd commit 5159c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: '${IMAGE}:${VERSION}'
tags: '${{ env.IMAGE }}:${{ env.VERSION }}'

0 comments on commit 5159c12

Please sign in to comment.