a
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test/2 unknown status
ci/woodpecker/push/test/1 unknown status

This commit is contained in:
Stephan Schnabel 2025-06-07 21:57:10 +02:00
parent 5de9ffb979
commit bc68379c52
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
5 changed files with 54 additions and 31 deletions

View file

@ -1,7 +1,7 @@
when:
instance: ci.kokuwa.io
repo: woodpecker/buildctl
event: [manual, push]
event: [manual, push, pull_request]
branch: main
path: [.woodpecker/build.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
@ -14,17 +14,25 @@ labels:
steps:
kokuwa.io:
pr:
image: registry.kokuwa.io/buildctl:$CI_PIPELINE_NUMBER
pull: true
commands: buildctl --version
when:
event: pull_request
kokuwa.io: &version
image: kokuwa.io/buildctl
pull: true
commands: buildctl --version
when:
event: [manual, push]
branch: main
docker.io:
image: docker.io/kokuwaio/buildctl
pull: true
commands: buildctl --version
<<: *version
ghcr.io:
image: ghcr.io/kokuwaio/buildctl
pull: true
commands: buildctl --version
<<: *version