diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f99152..e6d389b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,6 @@ docker-build: DOCKER_DRIVER: overlay2 script: - docker build -t centrum-api:latest -f Api/Dockerfile . - - echo "Docker image built: centrum-api:latest" docker-deploy: stage: release @@ -77,4 +76,3 @@ docker-deploy: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker tag centrum-api:latest $CI_REGISTRY_IMAGE:latest - docker push $CI_REGISTRY_IMAGE:latest - - echo "Docker image deployed to registry: $CI_REGISTRY_IMAGE:latest"