ci: fix docker tags
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
b854b6a265
commit
e05ef4f9d6
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ pipeline:
|
|||
settings:
|
||||
repo: ${ORG_REGISTRY}/${CI_REPO}
|
||||
tags:
|
||||
- ${CI_COMMIT_BRANCH}
|
||||
- ${CI_COMMIT_SHA:0:8}
|
||||
- "${CI_COMMIT_BRANCH}"
|
||||
- "${CI_COMMIT_SHA:0:8}"
|
||||
|
||||
deploy:
|
||||
image: ${ORG_REGISTRY}/drone_plugins/docker_stack
|
||||
|
|
Loading…
Reference in a new issue