jupyterhub/.woodpecker.yml

15 lines
406 B
YAML
Raw Normal View History

2024-01-29 10:29:55 +00:00
steps:
2024-01-31 10:29:58 +00:00
build_and_release:
image: gitea.mdg-hamburg.de/ci-tools/plugin-kaniko:debug
pull: true
2023-01-20 13:01:31 +00:00
settings:
registry: https://git.sandbox.iuk.hdm-stuttgart.de
2023-01-20 13:07:28 +00:00
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterhub
2024-01-29 10:24:50 +00:00
tags: 2.0.0
2024-01-31 10:29:58 +00:00
cache: true
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password