jupyterlab-datascience/.woodpecker.yml

19 lines
466 B
YAML
Raw Normal View History

2024-02-05 11:07:40 +00:00
steps:
build_and_release:
2024-02-12 14:22:54 +00:00
image: woodpeckerci/plugin-kaniko:1.1.1
#image: maltegrosse/plugin-kaniko:latest
2024-02-05 11:07:40 +00:00
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
2024-02-05 11:26:48 +00:00
repo: grosse/jupyterlab-datascience
2024-02-12 14:48:26 +00:00
ignore_var_run: false
2024-02-12 15:08:59 +00:00
cache: false
2024-02-05 15:33:52 +00:00
tags:
- 4.0.12
- latest
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