Skip to content

Commit

Permalink
Another version CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Dec 13, 2023
1 parent 6cb5e1e commit 11a779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
build-args: |
VERSION=${{ steps.version.output.version }}
VERSION=${{ steps.version.outputs.version }}
COMMIT=${{ github.sha }}

0 comments on commit 11a779c

Please sign in to comment.