Skip to content

Commit

Permalink
Add debug info to docker-publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vscoder committed Apr 27, 2020
1 parent bbbc805 commit 456d511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-publish.sh
@@ -1,6 +1,8 @@
#!/bin/bash
set -eu

env

echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker tag ${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG} ${DOCKER_IMAGE_NAME}:${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}
docker tag ${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG} ${DOCKER_IMAGE_NAME}:latest
Expand Down

0 comments on commit 456d511

Please sign in to comment.