2024-02-12 20:08:01 +00:00
|
|
|
workspace:
|
|
|
|
base: '/woodpecker'
|
|
|
|
path: '/'
|
|
|
|
|
2024-02-05 11:07:40 +00:00
|
|
|
steps:
|
|
|
|
build_and_release:
|
2024-02-12 20:56:04 +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 21:46:15 +00:00
|
|
|
# INGNORE_VAR_RUN: false
|
2024-02-12 15:08:59 +00:00
|
|
|
cache: false
|
2024-02-12 21:16:57 +00:00
|
|
|
LOG_LEVEL: debug
|
2024-02-12 21:51:55 +00:00
|
|
|
IGNORE_PATH: "//lib/firmware"
|
2024-02-12 21:09:46 +00:00
|
|
|
|
2024-02-12 21:06:30 +00:00
|
|
|
|
2024-02-12 20:08:01 +00:00
|
|
|
tags:
|
|
|
|
- 4.0.12
|
|
|
|
- latest
|
|
|
|
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
|