mirror of
https://git.cluster.stumblestore.de/llamprecht/KnilchWeb.git
synced 2025-12-15 23:21:20 +01:00
fixed image taggin
This commit is contained in:
parent
7d9eb01c70
commit
32a7c76c9c
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ steps:
|
|||
image: plugins/docker
|
||||
settings:
|
||||
repo: git.cluster.stumblestore.de/llamprecht/knilch-web
|
||||
auto_tag: true
|
||||
tags: ${DRONE_COMMIT} ${DRONE_BRANCH}
|
||||
#auto_tag: true
|
||||
tags: ${DRONE_BRANCH}-${DRONE_COMMIT}
|
||||
registry: git.cluster.stumblestore.de
|
||||
username: llamprecht
|
||||
password:
|
||||
|
|
|
|||
Loading…
Reference in a new issue