We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6f43d commit 367f8d4Copy full SHA for 367f8d4
.github/workflows/docker-publish.yml
@@ -80,8 +80,8 @@ jobs:
80
cache-from: type=gha
81
cache-to: type=gha,mode=max
82
platforms: linux/amd64,linux/arm64
83
- build-args:
84
- VERSION: ${{ github.ref_name }}
+ build-args: |
+ VERSION=${{ github.ref_name }}
85
86
# Sign the resulting Docker image digest except on PRs.
87
# This will only write to the public Rekor transparency log when the Docker
0 commit comments