jupyterhub/.woodpecker.yml

14 lines
367 B
YAML

steps:
build_and_release:
image: woodpeckerci/plugin-kaniko:1.0.0
pull: true
settings:
registry: git.sandbox.iuk.hdm-stuttgart.de
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterhub
tags: "test"
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password