jupyterhub/.woodpecker.yml

17 lines
434 B
YAML

steps:
build_and_release:
image: woodpeckerci/plugin-kaniko:next
pull: true
environment:
- CTAG=2.0.0
settings:
registry: https://git.sandbox.iuk.hdm-stuttgart.de
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterhub
tags: ${CTAG}
log_level: debug
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password