mirror of
https://git.cluster.stumblestore.de/llamprecht/KnilchWeb.git
synced 2025-12-15 23:41:18 +01:00
fixing docker registry
This commit is contained in:
parent
07958d35e5
commit
8919efb7dc
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@ steps:
|
||||||
- name: build docker file and publish
|
- name: build docker file and publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: llamprecht/knilch-web
|
repo: git.cluster.stumblestore.de/llamprecht/knilch-web
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
registry: https://git.cluster.stumblestore.de/
|
registry: git.cluster.stumblestore.de
|
||||||
username: llamprecht
|
username: llamprecht
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue