Fix `repo` setting to fix Docker build?

This commit is contained in:
3wc 2022-11-22 13:26:32 -08:00
parent 00be948c9b
commit f2053f9314
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ steps:
- name: build and publish - name: build and publish
image: plugins/docker image: plugins/docker
settings: settings:
registry: git.coopcloud.tech
username: 3wordchant username: 3wordchant
password: password:
from_secret: git_coopcloud_tech_token_3wc from_secret: git_coopcloud_tech_token_3wc
repo: wiki-cafe/wiki-farm repo: git.coopcloud.tech/wiki-cafe/wiki-farm
tags: latest tags: latest
registry: git.coopcloud.tech