diff --git a/scripts/push_release.sh b/scripts/push_release.sh index e9c455a..f8f4b4c 100755 --- a/scripts/push_release.sh +++ b/scripts/push_release.sh @@ -2,8 +2,9 @@ set -e -tag="$REGISTRY/$SERVICE:${COMMIT_SHA:0:10}" -latest_tag="$REGISTRY/$SERVICE:latest" +base_tag="$REGISTRY/$SERVICE" +tag="$base_tag:${COMMIT_SHA:0:10}" +latest_tag="$base_tag:latest" if [[ -n $DEBUG ]] then