jupyterlab-datascience/.woodpecker.yml

15 lines
468 B
YAML
Raw Normal View History

2024-02-05 11:07:40 +00:00
steps:
build_and_release:
2024-02-13 19:04:01 +00:00
image: taywee/woodpecker-buildah:amd64
#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-13 19:04:01 +00:00
cache: false
2024-02-13 19:45:58 +00:00
tag: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:4.0.12b
2024-02-13 19:04:01 +00:00
context: Dockerfile
2024-02-05 11:07:40 +00:00
username:
from_secret: docker_username
password:
2024-02-13 19:04:01 +00:00
from_secret: docker_password