Skip to content

Commit

Permalink
log into docker before building/pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Apr 14, 2020
1 parent 181f638 commit f392979
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/travis_publish_docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ if [[ -n "$PUBLISH_DOCKER_TAG" ]]; then
echo "Updating SOURCE_COMMIT from git rev-parse HEAD"
echo "SOURCE_COMMIT: $SOURCE_COMMIT"
fi
echo "Logging into Docker"
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"


echo "Building image $2:$PUBLISH_DOCKER_TAG in directory $1"

Expand Down

0 comments on commit f392979

Please sign in to comment.