Skip to content

Commit 53d3940

Browse files
committed
Pushing always tag as latest when a new release is done
1 parent c298ccf commit 53d3940

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ after_success:
2020
- if [ "$TRAVIS_TAG" != "" ]; then
2121
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
2222
VERSION="$TRAVIS_TAG" make release;
23-
fi
24-
- if [[ "$TRAVIS_TAG" == "$LATEST"* ]]; then
25-
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
2623
VERSION="$TRAVIS_TAG" make tag_latest;
2724
VERSION="latest" make release_latest;
2825
fi

0 commit comments

Comments
 (0)