Commit 523e83fb authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #27495 from mml/fed-force-tag

Automatic merge from submit-queue Force docker tag change.
parents 4a040d11 307f7cf3
......@@ -247,7 +247,7 @@ function push-federation-images {
local dstImageName="${FEDERATION_PUSH_REPO_BASE}/${binary}:${dstImageTag}"
echo "Tag: ${srcImageName} --> ${dstImageName}"
docker tag "$srcImageName" "$dstImageName"
docker tag -f "$srcImageName" "$dstImageName"
echo "Push: $dstImageName"
if [[ "${FEDERATION_PUSH_REPO_BASE}" == "gcr.io/"* ]];then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment