aboutsummaryrefslogtreecommitdiffstats
path: root/docker_push_manifest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker_push_manifest.sh')
-rwxr-xr-xdocker_push_manifest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker_push_manifest.sh b/docker_push_manifest.sh
index 7e2ba852..48ad65e2 100755
--- a/docker_push_manifest.sh
+++ b/docker_push_manifest.sh
@@ -38,7 +38,7 @@ chmod u+x manifest-tool
set +e
for image in ${IMAGES}; do
# always (re)create both SNAPSHOT and STAGING tags to make sure everything is up to date
- TAGS="latest ${release_version} ${release_version}-SNAPSHOT ${release_version}-SNAPSHOT-latest ${release_version}-STAGING-latest"
+ TAGS="latest ${release_version}-SNAPSHOT ${release_version}-SNAPSHOT-latest ${release_version}-STAGING-latest"
for tag in ${TAGS}; do
./manifest-tool push from-args \
--ignore-missing \