workspace
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
0ccccb0e56
commit
404c60a7aa
|
@ -1,19 +0,0 @@
|
||||||
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
|
|
||||||
tags:
|
|
||||||
- 4.0.12
|
|
||||||
- latest
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
|
@ -1,6 +1,10 @@
|
||||||
|
workspace:
|
||||||
|
base: '/woodpecker'
|
||||||
|
path: '/'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build_and_release:
|
build_and_release:
|
||||||
image: taywee/woodpecker-buildah:amd64
|
image: woodpeckerci/plugin-kaniko:1.1.1
|
||||||
#image: maltegrosse/plugin-kaniko:latest
|
#image: maltegrosse/plugin-kaniko:latest
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
|
@ -8,11 +12,11 @@ steps:
|
||||||
repo: grosse/jupyterlab-datascience
|
repo: grosse/jupyterlab-datascience
|
||||||
INGNORE_VAR_RUN: false
|
INGNORE_VAR_RUN: false
|
||||||
cache: false
|
cache: false
|
||||||
# LOG_LEVEL: trace
|
LOG_LEVEL: trace
|
||||||
tag: 4.0.12
|
tags:
|
||||||
arguments:
|
- 4.0.12
|
||||||
storage-driver: vfs
|
- latest
|
||||||
context: Dockerfile
|
dockerfile: Dockerfile
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in New Issue