We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d076bb5 commit e6b20e1Copy full SHA for e6b20e1
hack/push-release.sh
@@ -34,7 +34,7 @@ if [[ -z "${source_tag}" ]]; then
34
fi
35
36
37
-images="${OS_ALL_IMAGES}"
+images=( "${OS_ALL_IMAGES[@]}" )
38
39
PUSH_OPTS=""
40
if docker push --help | grep -q force; then
0 commit comments