back buildah
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
d735dbebf3
commit
6f6552d735
|
@ -0,0 +1,26 @@
|
|||
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,26 +1,15 @@
|
|||
workspace:
|
||||
base: '/woodpecker'
|
||||
path: '/'
|
||||
|
||||
steps:
|
||||
build_and_release:
|
||||
# image: woodpeckerci/plugin-kaniko:1.1.1
|
||||
image: maltegrosse/plugin-kaniko:latest
|
||||
image: taywee/woodpecker-buildah:amd64
|
||||
#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
|
||||
cache: false
|
||||
tag: 4.0.12
|
||||
context: Dockerfile
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
from_secret: docker_password
|
Loading…
Reference in New Issue