Skip to content

Commit

Permalink
Fix icr tag (Yelp#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
justineyster committed Jun 24, 2020
1 parent bac26bb commit 8ab0bac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ script: |
echo ${IBM_CLOUD_API_KEY} | docker login -u $DOCKER_USER_ICR --password-stdin $DOCKER_REGISTRY_ICR
echo ${ART_API_KEY} | docker login -u $DOCKER_USER_ART --password-stdin $DOCKER_REGISTRY_ART
./tag-and-publish.sh "$DOCKER_IMAGES" "$DOCKER_DOMAIN_LOCAL" "$DOCKER_REMOTE_DOMAINS" "$TRAVIS_TAG"
# replace + with .
VERSION_TAG=$(tr '+' '.' <<<"$TRAVIS_TAG")
./tag-and-publish.sh "$DOCKER_IMAGES" "$DOCKER_DOMAIN_LOCAL" "$DOCKER_REMOTE_DOMAINS" "$VERSION_TAG"
if python scripts/version_greater_than_in_cos.py "$TRAVIS_TAG"
then
Expand Down

0 comments on commit 8ab0bac

Please sign in to comment.