diff --git a/.woodpecker.yml b/.woodpecker.yml index 42a9d30..7438256 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,9 @@ pipeline: image: plugins/docker settings: repo: git.pleshevski.ru/${CI_REPO} - tags: ${CI_COMMIT_SHA:0:8} + tags: + - ${CI_COMMIT_BRANCH} + - ${CI_COMMIT_SHA:0:8} deploy: image: git.pleshevski.ru/drone_plugins/docker_stack