Skip to content

Commit

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

0 comments on commit 4413d72

Please sign in to comment.