Skip to content

Commit

Permalink
fix: version number
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Nov 20, 2023
1 parent ba04ca5 commit d1b45f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
context: .
build-args: |
VERSION:${{ needs.release.outputs.tag }}
VERSION=${{ needs.release.outputs.tag }}
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.tags.outputs.tags }}

0 comments on commit d1b45f1

Please sign in to comment.