From cc1cffc8cb466638013acf0c33774e347460aa96 Mon Sep 17 00:00:00 2001 From: Xbird Date: Wed, 13 Apr 2022 21:10:55 +0200 Subject: [PATCH] again --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d3eb09..8db5e19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,4 +75,5 @@ publish: - 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 + - docker tag $registry_host/$registry_img:$APP_VERSION $docker_img + - docker push $docker_img \ No newline at end of file