jupyterhub/.woodpecker.yml

15 lines
389 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:
2024-01-31 10:47:18 +00:00
image: woodpeckerci/plugin-kaniko:next
2024-01-31 10:29:58 +00:00
pull: true
2023-01-20 13:01:31 +00:00
settings:
2024-01-31 10:44:47 +00:00
registry: 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-31 10:45:24 +00:00
tags: "test"
2024-01-31 10:51:17 +00:00
log_level: debug
2024-01-31 10:29:58 +00:00
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password