From 003625113c80908cd61027bb46e1215f91d4921c Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Sun, 27 Jul 2025 16:54:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) 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"