Update .gitlab-ci.yml file

This commit is contained in:
Maksym Sadovnychyy 2023-06-03 09:20:35 +00:00
parent abbbcac220
commit b2c7a68070

View File

@ -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