a
This commit is contained in:
parent
5de9ffb979
commit
bc68379c52
5 changed files with 54 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue