ci: fix docker tags
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Dmitriy Pleshevskiy 2023-05-03 18:14:19 +03:00
parent b854b6a265
commit e05ef4f9d6
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 2 additions and 2 deletions

View File

@ -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