We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff90583 commit 5af0870Copy full SHA for 5af0870
.github/workflows/dockerimage.yml
@@ -50,4 +50,5 @@ jobs:
50
docker buildx build \
51
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
52
--tag $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG \
53
+ --provenance=false
54
--push .
0 commit comments