From c63f216e076140e4165a9f257a542abc87c26f5d Mon Sep 17 00:00:00 2001 From: Cristina Pauna Date: Mon, 4 Nov 2019 15:27:17 +0200 Subject: 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 Change-Id: I23b317f37ad9fc3a03c5d9847f5baf7d0bf1852f --- docker_push_manifest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit 1.2.3-korg