aboutsummaryrefslogtreecommitdiffstats
path: root/docker_push_manifest.sh
diff options
context:
space:
mode:
authorCristina Pauna <cristina.pauna@enea.com>2019-11-04 15:27:17 +0200
committerCristina Pauna <cristina.pauna@enea.com>2019-11-04 15:30:39 +0200
commitc63f216e076140e4165a9f257a542abc87c26f5d (patch)
treee535260034ded1a97fb0cad07f68c2de83dddb38 /docker_push_manifest.sh
parent99bbee2c37e165181e7fc175c68adf966280d799 (diff)
Stop pushing the release tag
The release tag should not be pushed during the development cycle (by the stage or merge jobs). Only the release jobs should push this tag Issue-ID: POLICY-1997 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> Change-Id: I23b317f37ad9fc3a03c5d9847f5baf7d0bf1852f
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 \