docker/.woodpecker/test.yaml
Stephan Schnabel 7db99e0fa6
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed
Initial draft of plugin.
2025-06-19 12:54:12 +02:00

36 lines
753 B
YAML

when:
instance: ci.kokuwa.io
repo: woodpecker/dockerd
event: [manual, push, pull_request]
branch: main
path: [.woodpecker/build.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
depends_on: [build]
matrix:
PLATFORM: [amd64, arm64]
labels:
platform: linux/${PLATFORM}
steps:
pr:
image: registry.kokuwa.io/kokuwaio/dockerd:ci-${CI_PIPELINE_NUMBER}
commands: dockerd --version
when:
event: pull_request
kokuwa.io: &version
image: registry.kokuwa.io/kokuwaio/dockerd
pull: true
commands: dockerd --version
when:
event: [manual, push]
branch: main
docker.io:
image: docker.io/kokuwaio/dockerd
<<: *version
ghcr.io:
image: ghcr.io/kokuwaio/dockerd
<<: *version