Files
bin/.woodpecker.yml
Kellen Renshaw ac93a7d379
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Revert workarounds, Let's Encrypt certs in place.
Signed-off-by: Kellen Renshaw <kellen@bluequartz.xyz>
2022-10-14 16:47:46 -07:00

23 lines
748 B
YAML

# Pushes a Docker image without needing access to the Docker daemon
#
# Pushing an image to a container registry authenticated:
# DOCKER_USERNAME - Woodpecker CI Secret which is the container registry username
# DOCKER_PASSWORD - Woodpecker CI Secret which is container registry password
#
# Adjust branches to test things.
#
# This configs the clone to skip SSL verification. FIXME with a real cert insert.
#
pipeline:
publish-docker-image:
image: plugins/kaniko
settings:
repo: core.harbor.0.tus.us.bluequartz.xyz/k8s/bin
tags: latest,v2.0.0-${CI_COMMIT_SHA:0:8}
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
branches: master