trying buildah
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-02-12 20:46:08 +01:00
parent f3d3b167ea
commit ad236d22a6
2 changed files with 22 additions and 4 deletions

19
.oldwoodpecker copy.yml Normal file
View File

@ -0,0 +1,19 @@
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

View File

@ -1,6 +1,6 @@
steps:
build_and_release:
image: woodpeckerci/plugin-kaniko:1.1.1
image: taywee/woodpecker-buildah:amd64
#image: maltegrosse/plugin-kaniko:latest
pull: true
settings:
@ -9,9 +9,8 @@ steps:
INGNORE_VAR_RUN: false
cache: false
LOG_LEVEL: trace
tags:
- 4.0.12
- latest
tags: 4.0.12
dockerfile: Dockerfile
username:
from_secret: docker_username