a
This commit is contained in:
Stephan Schnabel 2025-06-17 23:18:14 +02:00
parent 67a1be76e6
commit c16bfddb0d
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
13 changed files with 364 additions and 369 deletions

View file

@ -1,11 +1,11 @@
when:
instance: ci.schnabel.org
repo: kokuwaio/yamllint
event: push
instance: ci.kokuwa.io
repo: woodpecker/yamllint
event: [manual, push, pull_request]
branch: main
path: [.woodpecker/build.yaml, .woodpecker/push.yaml, .woodpecker/test.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
path: [.woodpecker/build.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
depends_on: [push]
depends_on: [build]
matrix:
PLATFORM: [amd64, arm64]
labels:
@ -13,6 +13,22 @@ labels:
steps:
test:
image: kokuwaio/yamllint
pr:
image: registry.kokuwa.io/kokuwaio/yamllint:ci-${CI_PIPELINE_NUMBER}
when:
event: pull_request
kokuwa.io: &version
image: registry.kokuwa.io/kokuwaio/yamllint
pull: true
when:
event: [manual, push]
branch: main
docker.io:
image: docker.io/kokuwaio/yamllint
<<: *version
ghcr.io:
image: ghcr.io/kokuwaio/yamllint
<<: *version