2024-02-05 11:07:40 +00:00
|
|
|
steps:
|
|
|
|
build_and_release:
|
2024-02-15 14:11:29 +00:00
|
|
|
image: maltegrosse/woodpecker-buildah:0.0.7
|
2024-02-05 11:07:40 +00:00
|
|
|
pull: true
|
2024-02-15 12:32:40 +00:00
|
|
|
|
|
|
|
settings:
|
|
|
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
|
|
|
repository: grosse/jupyterlab-datascience
|
|
|
|
tag: 4.0.12c
|
2024-02-15 12:58:34 +00:00
|
|
|
architectures: amd64
|
2024-02-15 12:32:40 +00:00
|
|
|
context: Dockerfile
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|