From cdfd9675b519f5b4b7cec2482e4c4392449371eb Mon Sep 17 00:00:00 2001 From: Xbird Date: Wed, 13 Apr 2022 19:55:38 +0200 Subject: [PATCH] fix docker push --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc3e809..6fbf716 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,4 +74,4 @@ publish: - docker push $registry_host/$registry_img:$APP_VERSION - docker logout $registry_host - docker login $docker_host -u $docker_user -p $docker_pass - - docker push $docker_host/$docker_img:$APP_VERSION \ No newline at end of file + - docker push $docker_img:$APP_VERSION \ No newline at end of file