From 467d5d1e2d7f4f25024794f6c45f3e8520e4dc3d Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 30 May 2023 20:36:06 +0200 Subject: [PATCH] Fixup manifest --- tests/docker.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/docker.sh b/tests/docker.sh index 8c1d1bdb7..a8e3bea18 100755 --- a/tests/docker.sh +++ b/tests/docker.sh @@ -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