Skip to content

Commit

Permalink
Fix docker push access denied bug
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Jul 23, 2020
1 parent 7b3196d commit a5826fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_push
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin docker.io
docker build --tag hmt-escrow:0.8.1 .
docker tag hmt-escrow:0.8.1 hcaptcha/hmt-escrow:0.8.1
docker push hcaptcha/hmt-escrow:0.8.1

0 comments on commit a5826fb

Please sign in to comment.