From f6b4dd4626fda5442a790b316a0d3a0557eee464 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Thu, 2 Jan 2025 23:30:05 +0100 Subject: [PATCH] Properly push multi-arch image --- ci/build-docker-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-docker-image.sh b/ci/build-docker-image.sh index 708255b7..d4c2c5e5 100755 --- a/ci/build-docker-image.sh +++ b/ci/build-docker-image.sh @@ -49,7 +49,7 @@ if [[ "${GITHUB_ACTIONS:-}" != "" ]]; then echo "Going to push built image" docker_command+=( --cache-to type=inline - --push + --output type=registry,ref="$image:$branch" ) fi