jupyterlab-datascience/.woodpecker.yml

28 lines
701 B
YAML

workspace:
base: '/woodpecker'
path: '/'
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
INGNORE_VAR_RUN: false
cache: false
LOG_LEVEL: trace
IGNORE_PATH: //lib/firmware/nvidia
BUILD_ARGS_FROM_ENV:
- "--ignore-path=//lib/firmware/nvidia"
- "--ignore-path=/lib/firmware/nvidia"
tags:
- 4.0.12
- latest
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password