We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a8a57 commit 5ae759eCopy full SHA for 5ae759e
1 file changed
.travis.yml
@@ -36,4 +36,10 @@ deploy:
36
after_success:
37
# docker login is required if you want to push docker images.
38
# DOCKER_PASSWORD should be a secret in your .travis.yml configuration.
39
- - test -n "${TRAVIS_TAG}" && docker login -u=angelbarrera92 -p="${DOCKER_PASSWORD}"
+ - test -n "${TRAVIS_TAG}" && docker login -u=angelbarrera92 -p="${DOCKER_PASSWORD}"
40
+ - docker run --rm \
41
+ -v README.md:/data/README.md \
42
+ -e DOCKERHUB_USERNAME=angelbarrera92 \
43
+ -e DOCKERHUB_PASSWORD=${DOCKER_PASSWORD} \
44
+ -e DOCKERHUB_REPO_NAME=basic-auth-reverse-proxy \
45
+ sheogorath/readme-to-dockerhub
0 commit comments