Skip to content

Commit

Permalink
Merge pull request #54 from DaoCasino/fix-image-push-533
Browse files Browse the repository at this point in the history
CYB-533 fix image push
  • Loading branch information
adrianopol committed Mar 13, 2020
2 parents bee7bc2 + 029408a commit ca219b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -49,7 +49,7 @@ script:
- ./cicd/docker-run package --build-type="${BUILD_TYPE}" --tests="$TESTS" --timeout=2400 "$DISTRO"
- |
if [[ "$DISTRO" == ubuntu ]]; then
./cicd/docker-run image "$BUILD_IMG"
./cicd/docker-run image "$ORG/$PROJ:$TRAVIS_BRANCH"
docker push "$ORG/$PROJ:$TRAVIS_BRANCH"
if [[ "$TRAVIS_BRANCH" == master ]]; then
docker tag "$ORG/$PROJ:master" "$ORG/$PROJ:latest"
Expand Down

0 comments on commit ca219b4

Please sign in to comment.