test
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
ea5d04c1fe
commit
3dc839fc4e
|
@ -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
|
|
|
@ -1,13 +1,12 @@
|
||||||
steps:
|
steps:
|
||||||
build_and_release:
|
build_and_release:
|
||||||
image: taywee/woodpecker-buildah:amd64
|
image: maltegrosse/woodpecker-buildah:0.0.3
|
||||||
#image: maltegrosse/plugin-kaniko:latest
|
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
registry: git.sandbox.iuk.hdm-stuttgart.de
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
||||||
repo: grosse/jupyterlab-datascience
|
repository: grosse/jupyterlab-datascience
|
||||||
cache: false
|
tag: 4.0.12c
|
||||||
tag: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:4.0.12b
|
architecture: amd64,arm64
|
||||||
context: Dockerfile
|
context: Dockerfile
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue