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