parent
166a52934b
commit
760bc6bd72
|
|
@ -339,7 +339,7 @@ while [ "$#" -gt 0 ]; do
|
||||||
for namespace in $namespaces; do
|
for namespace in $namespaces; do
|
||||||
if [ "$doPush" ]; then
|
if [ "$doPush" ]; then
|
||||||
echo "Pushing $namespace/$repoTag..."
|
echo "Pushing $namespace/$repoTag..."
|
||||||
if ! "$docker" push "$namespace/$repoTag" &> "$thisLog" < /dev/null; then
|
if ! "$docker" push "$namespace/$repoTag" &>> "$thisLog" < /dev/null; then
|
||||||
echo >&2 "- $namespace/$repoTag failed to push; see $thisLog"
|
echo >&2 "- $namespace/$repoTag failed to push; see $thisLog"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue