Possible fix for missing manifest digest
This commit is contained in:
parent
d3e40a2ff6
commit
f993b9a2b2
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ release-docker:
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
for image in $IMAGE_NAMES; do
|
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
|
done
|
||||||
- |
|
- |
|
||||||
echo "Container image pushed. You can pull it with";
|
echo "Container image pushed. You can pull it with";
|
||||||
|
|
Loading…
Reference in a new issue