mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
Another try at fixing missing manifest digest
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user