From 4645f142adc3f8fd502d7769ce35f11ffff658f4 Mon Sep 17 00:00:00 2001 From: Xbird Date: Wed, 13 Apr 2022 20:31:23 +0200 Subject: [PATCH] change docker push for docker hub --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fbf716..1d3eb09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,4 +74,5 @@ publish: - docker push $registry_host/$registry_img:$APP_VERSION - docker logout $registry_host - docker login $docker_host -u $docker_user -p $docker_pass + - docker tag $registry_host/$registry_img:$APP_VERSION $docker_img:$APP_VERSION - docker push $docker_img:$APP_VERSION \ No newline at end of file