pleshevski.ru/.woodpecker.yml

18 lines
393 B
YAML
Raw Normal View History

2023-03-09 05:48:03 +03:00
when:
branch: main
pipeline:
build-docker-image:
image: plugins/docker
settings:
repo: registry.pleshevski.ru/${CI_REPO}
tags: ${CI_COMMIT_SHA:0:8}
deploy:
image: registry.pleshevski.ru/drone_plugins/docker_stack
pull: true
environment:
PLESHEVSKI_IMAGE: registry.pleshevski.ru/${CI_REPO}:${CI_COMMIT_SHA:0:8}
settings:
name: pleshevski