fixing docker registry

This commit is contained in:
Leopold Lamprecht 2022-09-12 06:51:17 +02:00
parent 07958d35e5
commit 8919efb7dc

View file

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