Skip to content

Commit

Permalink
Updating docker_publish.sh to use proper travis environment vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Robertson committed Feb 8, 2018
1 parent 69613c4 commit 651458a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
TAG=$(git describe --exact-match HEAD)
VALIDTAG="v([0-9]*)\.([0-9]*)\.([0-9]*)"

Expand Down

0 comments on commit 651458a

Please sign in to comment.