diff --git a/bashbrew.sh b/bashbrew.sh index 4492264..b2a7578 100755 --- a/bashbrew.sh +++ b/bashbrew.sh @@ -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