diff --git a/ci/deploy-docker.sh b/ci/deploy-docker.sh index 323326ff..b9d234ea 100755 --- a/ci/deploy-docker.sh +++ b/ci/deploy-docker.sh @@ -12,9 +12,9 @@ fi tags=() if [[ "${TRAVIS_TAG}" =~ 'RC' ]]; then - tags+=("$TRAVIS_TAG") + tags+=("$TRAVIS_TAG" latest-including-rc) elif [ -n "$TRAVIS_TAG" ]; then - tags+=("$TRAVIS_TAG" latest) + tags+=("$TRAVIS_TAG" latest latest-including-rc) elif [ -n "$TRAVIS_BRANCH" ]; then tags+=("$TRAVIS_BRANCH") fi