Commit 307f7cf3 authored by Matt Liggett's avatar Matt Liggett

Force docker tag change.

Otherwise we sometimes get an error about an existing tag.
parent 4a040d11
......@@ -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