Skip to content

Commit

Permalink
fix: image tag when using api trigger the pipeline (#16089)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyliu0 authored Apr 2, 2024
1 parent f975030 commit 137bab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/multi-arch-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ if [ "${BUILDKITE_SOURCE}" == "schedule" ]; then
pushGchr ${TAG}
fi

if [ "${BUILDKITE_SOURCE}" == "ui" ] && [[ -n "${IMAGE_TAG+x}" ]]; then
# If this is a ui build, tag the image with the $imagetag.
if [[ -n "${IMAGE_TAG+x}" ]]; then
# Tag the image with the $IMAGE_TAG.
TAG="${IMAGE_TAG}"
pushGchr ${TAG}
fi
Expand Down

0 comments on commit 137bab2

Please sign in to comment.