We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48139b4 commit 4a07792Copy full SHA for 4a07792
.travis.yml
@@ -20,7 +20,7 @@ after_success:
20
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
21
VERSION="$TRAVIS_TAG" make release;
22
fi
23
- - if [ "$TRAVIS_TAG" == "$LATEST" ]; then
+ - if [[ "$TRAVIS_TAG" == "$LATEST"* ]]; then
24
25
VERSION="$TRAVIS_TAG" make tag_latest;
26
VERSION="latest" make release;
0 commit comments