pleshevski.ru/.woodpecker.yml
Dmitriy Pleshevskiy bd36d8189c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: change registry
2023-03-09 15:49:18 +03:00

17 lines
378 B
YAML

when:
branch: main
pipeline:
build-docker-image:
image: plugins/docker
settings:
repo: git.pleshevski.ru/${CI_REPO}
tags: ${CI_COMMIT_SHA:0:8}
deploy:
image: git.pleshevski.ru/drone_plugins/docker_stack
pull: true
environment:
PLESHEVSKI_IMAGE: git.pleshevski.ru/${CI_REPO}:${CI_COMMIT_SHA:0:8}
settings:
name: pleshevski