Skip to content

Commit 5af0870

Browse files
committed
workflow docker: set provenance=false to avoid multiple manifests
https://stackoverflow.com/a/77207574/6565736
1 parent ff90583 commit 5af0870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dockerimage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ jobs:
5050
docker buildx build \
5151
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
5252
--tag $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG \
53+
--provenance=false
5354
--push .

0 commit comments

Comments
 (0)