diff --git a/docker_push b/docker_push index 8a865efa..9e9068a3 100644 --- a/docker_push +++ b/docker_push @@ -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 \ No newline at end of file +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 \ No newline at end of file