Another try at fixing missing manifest digest

This commit is contained in:
xavion-lux
2023-05-19 00:35:45 +02:00
parent f993b9a2b2
commit be91677862

View File

@@ -63,7 +63,7 @@ release-docker:
fi
- |
for image in $IMAGE_NAMES; do
docker buildx build --provenance mode=max --platform $PLATFORM -t $image . --push
docker buildx build --provenance false --platform $PLATFORM -t $image . --push
done
- |
echo "Container image pushed. You can pull it with";