From: Cristina Pauna Date: Mon, 4 Nov 2019 13:27:17 +0000 (+0200) Subject: Stop pushing the release tag X-Git-Tag: 2.0.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c63f216e076140e4165a9f257a542abc87c26f5d;p=policy%2Fdocker.git 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 --- 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 \