Skip to content

Commit

Permalink
Fixdocker build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Jul 23, 2020
1 parent b958210 commit 7b3196d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker_push
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
docker tag hmt-escrow hcaptcha/hmt-escrow
docker push hcaptcha/hmt-escrow
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 7b3196d

Please sign in to comment.