Created
July 12, 2018 15:55
-
-
Save AntonyBaasan/c35c1d329f47979343afe8235e76c8e7 to your computer and use it in GitHub Desktop.
travis_partial_docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
after_script: | |
- docker image build -f Dockerfile_Travis . --tag $DOCKER_REPO | |
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD | |
- docker push $DOCKER_REPO | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment