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:
|
build-docker-image:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: registry.pleshevski.ru/${CI_REPO}
|
repo: git.pleshevski.ru/${CI_REPO}
|
||||||
tags: ${CI_COMMIT_SHA:0:8}
|
tags: ${CI_COMMIT_SHA:0:8}
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: registry.pleshevski.ru/drone_plugins/docker_stack
|
image: git.pleshevski.ru/drone_plugins/docker_stack
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
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:
|
settings:
|
||||||
name: pleshevski
|
name: pleshevski
|
||||||
|
|
Loading…
Reference in a new issue