From b2c7a68070c5293fa8dfbdb857517f17094da6e3 Mon Sep 17 00:00:00 2001 From: Maksym Sadovnychyy Date: Sat, 3 Jun 2023 09:20:35 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1700f19..4889a65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ build: only: - master before_script: - - docker login hcr0002.corp.maks-it.com -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} + - docker login ${CI_REGISTRY} -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} script: # weatherforecast - docker build ./src/ -f ./src/WeatherForecast/Dockerfile -t ${CI_REGISTRY}/weatherforecast:latest