Skip to content

Commit f6b4dd4

Browse files
committed
Properly push multi-arch image
1 parent ef7a5e6 commit f6b4dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-docker-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [[ "${GITHUB_ACTIONS:-}" != "" ]]; then
4949
echo "Going to push built image"
5050
docker_command+=(
5151
--cache-to type=inline
52-
--push
52+
--output type=registry,ref="$image:$branch"
5353
)
5454
fi
5555

0 commit comments

Comments
 (0)