Skip to content

Commit

Permalink
Enable provenance attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Sep 18, 2024
1 parent 61956bf commit 15643e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circle-build-and-push-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --name builder --driver docker-container --bootstrap --use

docker buildx build --platform linux/amd64,linux/arm64 \
-f Dockerfile.member -t ${IMAGE_TAG} --push --provenance=false --progress=plain \
-f Dockerfile.member -t ${IMAGE_TAG} --push --provenance=mode=max --progress=plain \
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VCS_REF=${GIT_REF} \
--build-arg VCS_REF_DESC="${GIT_COMMIT_MSG}" \
Expand Down

0 comments on commit 15643e7

Please sign in to comment.