From 24f6c886ae9121010b10be74aba0ff19115ec8a5 Mon Sep 17 00:00:00 2001 From: Xbird Date: Wed, 13 Apr 2022 21:32:19 +0200 Subject: [PATCH] edit docker hub commands --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8db5e19..6cc3070 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ publish: - docker build -f ./Dockerfile -t $registry_host/$registry_img:$APP_VERSION . - docker push $registry_host/$registry_img:$APP_VERSION - docker logout $registry_host + - docker images - docker login $docker_host -u $docker_user -p $docker_pass - - docker tag $registry_host/$registry_img:$APP_VERSION $docker_img:$APP_VERSION - docker tag $registry_host/$registry_img:$APP_VERSION $docker_img - docker push $docker_img \ No newline at end of file