Skip to content

Commit 367f8d4

Browse files
chore: correct build arg syntax (#75)
1 parent 5c6f43d commit 367f8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
cache-from: type=gha
8181
cache-to: type=gha,mode=max
8282
platforms: linux/amd64,linux/arm64
83-
build-args:
84-
VERSION: ${{ github.ref_name }}
83+
build-args: |
84+
VERSION=${{ github.ref_name }}
8585
8686
# Sign the resulting Docker image digest except on PRs.
8787
# This will only write to the public Rekor transparency log when the Docker

0 commit comments

Comments
 (0)