test
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-02-15 12:05:57 +01:00
parent ea5d04c1fe
commit 3dc839fc4e
3 changed files with 19 additions and 31 deletions

View File

@ -1,26 +0,0 @@
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: true
LOG_LEVEL: debug
IGNORE_PATH: "/lib/firmware"
tags:
- 4.0.12
- latest
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password

View File

@ -1,13 +1,12 @@
steps:
build_and_release:
image: taywee/woodpecker-buildah:amd64
#image: maltegrosse/plugin-kaniko:latest
image: maltegrosse/woodpecker-buildah:0.0.3
pull: true
settings:
registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterlab-datascience
cache: false
tag: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:4.0.12b
repository: grosse/jupyterlab-datascience
tag: 4.0.12c
architecture: amd64,arm64
context: Dockerfile
username:
from_secret: docker_username

15
old.woodpecker.yml Normal file
View File

@ -0,0 +1,15 @@
steps:
build_and_release:
image: taywee/woodpecker-buildah:amd64
#image: maltegrosse/plugin-kaniko:latest
pull: true
settings:
registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterlab-datascience
cache: false
tag: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:4.0.12b
context: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password