ci: change registry
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
68d33bc81b
commit
bd36d8189c
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@ pipeline:
|
|||
build-docker-image:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: registry.pleshevski.ru/${CI_REPO}
|
||||
repo: git.pleshevski.ru/${CI_REPO}
|
||||
tags: ${CI_COMMIT_SHA:0:8}
|
||||
|
||||
deploy:
|
||||
image: registry.pleshevski.ru/drone_plugins/docker_stack
|
||||
image: git.pleshevski.ru/drone_plugins/docker_stack
|
||||
pull: true
|
||||
environment:
|
||||
PLESHEVSKI_IMAGE: registry.pleshevski.ru/${CI_REPO}:${CI_COMMIT_SHA:0:8}
|
||||
PLESHEVSKI_IMAGE: git.pleshevski.ru/${CI_REPO}:${CI_COMMIT_SHA:0:8}
|
||||
settings:
|
||||
name: pleshevski
|
||||
|
|
Loading…
Reference in a new issue