ci: build docker image with current branch tag
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
9eb5715baf
commit
84576e9cd9
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ pipeline:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: git.pleshevski.ru/${CI_REPO}
|
repo: git.pleshevski.ru/${CI_REPO}
|
||||||
tags: ${CI_COMMIT_SHA:0:8}
|
tags:
|
||||||
|
- ${CI_COMMIT_BRANCH}
|
||||||
|
- ${CI_COMMIT_SHA:0:8}
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: git.pleshevski.ru/drone_plugins/docker_stack
|
image: git.pleshevski.ru/drone_plugins/docker_stack
|
||||||
|
|
Loading…
Reference in a new issue