1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 21:51:34 +01:00

Fixup manifest

This commit is contained in:
Daniil Gentili 2023-05-30 20:36:06 +02:00
parent f25da0a1a9
commit 467d5d1e2d
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -41,7 +41,7 @@ for f in alpine debian; do
docker buildx build --platform linux/$arch . \
-f Dockerfile.$arch \
-t danog/madelineproto:next-$f-$arch \
--cache-from danog/madelineproto:next-$f \
--cache-from danog/madelineproto:next-$f-$arch \
--cache-to type=inline \
--push &
@ -49,8 +49,7 @@ for f in alpine debian; do
done
wait
docker manifest create danog/madelineproto:next-$f $manifest
docker manifest push danog/madelineproto:next-$f
docker buildx imagetools create -t danog/madelineproto:next-$f $manifest
if [ "$CI_COMMIT_TAG" != "" ]; then
docker tag danog/madelineproto:next-$f danog/madelineproto:$f