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