19 lines
448 B
YAML
19 lines
448 B
YAML
steps:
|
|
build_and_release:
|
|
image: woodpeckerci/plugin-kaniko:1.1.1
|
|
#image: maltegrosse/plugin-kaniko:latest
|
|
pull: true
|
|
settings:
|
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
|
repo: grosse/jupyterlab-datascience
|
|
ignore_var_run: false
|
|
|
|
tags:
|
|
- 4.0.12
|
|
- latest
|
|
dockerfile: Dockerfile
|
|
username:
|
|
from_secret: docker_username
|
|
password:
|
|
from_secret: docker_password
|