Add registry config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Kellen Renshaw <kellen@bluequartz.xyz>
This commit is contained in:
2022-10-14 18:15:47 -07:00
parent ac93a7d379
commit 89fe9a15a0

View File

@@ -6,12 +6,11 @@
# #
# Adjust branches to test things. # Adjust branches to test things.
# #
# This configs the clone to skip SSL verification. FIXME with a real cert insert.
#
pipeline: pipeline:
publish-docker-image: publish-docker-image:
image: plugins/kaniko image: plugins/kaniko
settings: settings:
registry: core.harbor.0.tus.us.bluequartz.xyz
repo: core.harbor.0.tus.us.bluequartz.xyz/k8s/bin repo: core.harbor.0.tus.us.bluequartz.xyz/k8s/bin
tags: latest,v2.0.0-${CI_COMMIT_SHA:0:8} tags: latest,v2.0.0-${CI_COMMIT_SHA:0:8}
dockerfile: Dockerfile dockerfile: Dockerfile