Update "docker tag" usage to use "-f"

This commit is contained in:
Tianon Gravi 2014-12-24 10:08:37 -07:00
parent 1a0f624c3e
commit f69ffa8e4f
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ while [ "$#" -gt 0 ]; do
for namespace in $namespaces; do
if ! (
set -x
"$docker" tag "$repoTag" "$namespace/$repoTag"
"$docker" tag -f "$repoTag" "$namespace/$repoTag"
) &>> "$thisLog"; then
echo "- failed 'docker tag'; see $thisLog"
didFail=1