jupyterhub/.woodpecker.yml

14 lines
333 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-02-01 09:30:42 +00:00
image: maltegrosse/plugin-kaniko:latest
2024-01-31 10:29:58 +00:00
pull: true
2023-01-20 13:01:31 +00:00
settings:
2024-01-31 11:05:52 +00:00
registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterhub
2024-01-31 14:00:15 +00:00
tags: 3.2.1
2024-01-31 10:29:58 +00:00
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password