Skip to content

Commit

Permalink
Properly push multi-arch image
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jan 2, 2025
1 parent ef7a5e6 commit f6b4dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f6b4dd4

Please sign in to comment.