From 7b3196dca890ced115a66e068a0d8b4c19aa9d0b Mon Sep 17 00:00:00 2001 From: uivlis Date: Thu, 23 Jul 2020 12:55:55 +0300 Subject: [PATCH] Fixdocker build tags --- docker_push | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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