Skip to content

Commit

Permalink
Fix docker login and tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Jul 23, 2020
1 parent 426ff31 commit b958210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker_push
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
docker login -u $DOCKER_USER -p $DOCKER_PASS
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
docker tag hmt-escrow hcaptcha/hmt-escrow
docker push hcaptcha/hmt-escrow

0 comments on commit b958210

Please sign in to comment.