mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 19:55:34 +00:00
Another try at fixing missing manifest digest
This commit is contained in:
@@ -63,7 +63,7 @@ release-docker:
|
|||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
for image in $IMAGE_NAMES; do
|
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
|
done
|
||||||
- |
|
- |
|
||||||
echo "Container image pushed. You can pull it with";
|
echo "Container image pushed. You can pull it with";
|
||||||
|
|||||||
Reference in New Issue
Block a user