jupyterlab-datascience/.woodpecker.yml

16 lines
399 B
YAML
Raw Normal View History

2024-02-05 11:07:40 +00:00
steps:
build_and_release:
image: woodpeckerci/plugin-kaniko:1.1.1
pull: true
2023-01-23 12:47:54 +00:00
settings:
2024-02-05 11:07:40 +00:00
registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterhub-datascience
tags: 4.0.12
2023-01-23 12:47:54 +00:00
dockerfile: Dockerfile
2024-02-05 11:07:40 +00:00
username:
from_secret: docker_username
password:
2024-02-05 11:12:34 +00:00
from_secret: docker_password
when:
- event: push
branch: lab-4.x