ci: use org registry environment

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-10 18:16:13 +03:00
parent d56a9a6b44
commit be79e64885
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ pipeline:
build-docker-image:
image: plugins/docker
settings:
repo: git.pleshevski.ru/${CI_REPO}
repo: ${ORG_REGISTRY}/${CI_REPO}