mirror of
https://git.cluster.stumblestore.de/llamprecht/KnilchWeb.git
synced 2025-12-12 23:11:19 +01:00
added latest container image
This commit is contained in:
parent
32a7c76c9c
commit
60ab997497
1 changed files with 14 additions and 0 deletions
14
.drone.yml
14
.drone.yml
|
|
@ -28,6 +28,20 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: update latest containerimage
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: git.cluster.stumblestore.de/llamprecht/knilch-web
|
||||
#auto_tag: true
|
||||
tags: latest
|
||||
registry: git.cluster.stumblestore.de
|
||||
username: llamprecht
|
||||
password:
|
||||
from_secret: docker_password
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
|
||||
- name: deploy-deployment
|
||||
image: danielgormly/drone-plugin-kube
|
||||
settings:
|
||||
|
|
|
|||
Loading…
Reference in a new issue