jupyterlab-datascience/.woodpecker.yml

14 lines
384 B
YAML
Raw Normal View History

2024-02-05 11:07:40 +00:00
steps:
build_and_release:
2024-02-15 12:14:26 +00:00
image: maltegrosse/woodpecker-buildah:0.0.4
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-15 11:05:57 +00:00
repository: grosse/jupyterlab-datascience
tag: 4.0.12c
architecture: amd64,arm64
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