Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole Kennedy committed May 26, 2023
1 parent 066ee44 commit 969e9ad
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ jobs:
attestations: "github git"
trace: false
step: build
command: |
docker buildx build \
--build-arg BINARY_PATH=./dist/witness_linux_amd64_v1/witness \
--file ./Dockerfile \
--iidfile ./iidfile \
--platform linux/amd64 \
--tag ghcr.io/${{ github.repository_owner }}/witness:${{ github.ref_name }} \
--metadata-file ./metadata-file \
--attest type=provenance,mode=max \
--push .
command: >
docker buildx build
--build-arg BINARY_PATH=./dist/witness_linux_amd64_v1/witness
--file ./Dockerfile
--iidfile ./iidfile
--platform linux/amd64
--tag ghcr.io/${{ github.repository_owner }}/witness:${{ github.ref_name }}
--metadata-file ./metadata-file
--attest type=provenance,mode=max
--push .

0 comments on commit 969e9ad

Please sign in to comment.