Add "latest-including-rc" tag for Docker (#1193)
This commit is contained in:
parent
665f866c34
commit
339afd7678
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue