1
Some checks failed
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-12 13:55:19 +02:00
parent 3514583f7e
commit 08089a16e7
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
3 changed files with 12 additions and 44 deletions

View file

@ -29,8 +29,8 @@ steps:
org.opencontainers.image.licenses: EUPL-1.2
org.opencontainers.image.ref.name: kokuwaio/buildctl
org.opencontainers.image.version: v0.21.0
# when:
# event: pull_request
when:
event: pull_request
push:
image: kokuwaio/buildctl:v0.21.0
@ -39,8 +39,11 @@ steps:
<<: *settings
name:
- registry.kokuwa.io/buildctl:latest
- registry.kokuwa.io/buildctl:v0.21.0
- docker.io/kokuwaio/buildctl:latest
- docker.io/kokuwaio/buildctl:v0.21.0
- ghcr.io/kokuwaio/buildctl:latest
- ghcr.io/kokuwaio/buildctl:v0.21.0
auth:
"https://index.docker.io/v1/":
username: {from_secret: docker_io_username}
@ -51,6 +54,6 @@ steps:
registry.kokuwa.io:
username: {from_secret: kokuwa_io_username}
password: {from_secret: kokuwa_io_password}
# when:
# event: [manual, push]
# branch: main
when:
event: [manual, push]
branch: main