Skip to content

Commit

Permalink
Replace docker user with org
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Jul 23, 2020
1 parent a5826fb commit ba3eca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 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
docker build -t docker.io/hcaptcha/hmt-escrow:0.8.1 .
docker tag docker.io/hcaptcha/hmt-escrow:0.8.1 docker.io/hcaptcha/hmt-escrow:latest
docker push docker.io/hcaptcha/hmt-escrow:latest

0 comments on commit ba3eca2

Please sign in to comment.