Skip to content

Commit

Permalink
fix: Use correct environment variable for release version (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
microamp authored Jul 5, 2024
1 parent 24f0836 commit 9cc19a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
file: Dockerfile
push: true
build-args: |
VERSION=${{ steps.semver.outputs.nextStrict }}
SNAPSHOT=${{ steps.semver.outputs.nextStrict }}
platforms: linux/amd64,linux/arm64
tags: ghcr.io/${{ github.repository }}:${{ steps.semver.outputs.nextStrict }}, ghcr.io/${{ github.repository }}:latest

Expand Down

0 comments on commit 9cc19a2

Please sign in to comment.