Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #96 from keptn-contrib/patch/release-tags
Browse files Browse the repository at this point in the history
remove .latest from release tag
  • Loading branch information
bacherfl authored Jan 21, 2020
2 parents 409f9fc + 63614ad commit 5eb141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- echo $TRAVIS_BUILD_STAGE_NAME - $VERSION
- docker build -t "${IMAGE}:${GIT_SHA}" --build-arg version=$VERSION . || travis_terminate -1
- docker tag "${IMAGE}:${GIT_SHA}" "${IMAGE}:${VERSION}.${DATE}"
- docker tag "${IMAGE}:${GIT_SHA}" "${IMAGE}:${VERSION}.latest"
- docker tag "${IMAGE}:${GIT_SHA}" "${IMAGE}:${VERSION}"
after_success:
- echo "$REGISTRY_PASSWORD" | docker login --username $REGISTRY_USER --password-stdin
- docker images
Expand Down

0 comments on commit 5eb141b

Please sign in to comment.