Skip to content

Commit

Permalink
Push dev images for stork tags
Browse files Browse the repository at this point in the history
  • Loading branch information
adityadani committed Jul 11, 2022
1 parent f7d408d commit b9b1ebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ script:
export DOCKER_HUB_STORK_TAG="${TRAVIS_BRANCH}"-dev
export DOCKER_HUB_STORK_TEST_TAG="${TRAVIS_BRANCH}"-dev
export DOCKER_HUB_CMD_EXECUTOR_TAG="${TRAVIS_BRANCH}"-dev
elif [ "${TRAVIS_TAG}" != "" ]; then
TRAVIS_TAG="${TRAVIS_TAG:1}"
export DOCKER_HUB_STORK_TAG="${TRAVIS_TAG}"-dev
export DOCKER_HUB_STORK_TEST_TAG="${TRAVIS_TAG}"-dev
export DOCKER_HUB_CMD_EXECUTOR_TAG="${TRAVIS_TAG}"-dev
else
export DOCKER_HUB_STORK_TAG=`git rev-parse --short HEAD`
export DOCKER_HUB_STORK_TEST_TAG=`git rev-parse --short HEAD`
Expand Down

0 comments on commit b9b1ebf

Please sign in to comment.