Possible fix for missing manifest digest

This commit is contained in:
xavion-lux 2023-05-19 00:23:10 +02:00
parent d3e40a2ff6
commit f993b9a2b2
No known key found for this signature in database
GPG key ID: 2D1F99DB75512031

View file

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