jupyterhub/.woodpecker.yml

16 lines
374 B
YAML

steps:
build_and_release:
image: maltegrosse/plugin-kaniko:latest
pull: true
# environment:
# - CTAG="2.0.0,"
settings:
registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterhub
tags: 2.0.0
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password