buildctl/.woodpecker/test.yaml
Stephan Schnabel df631ff808
Some checks failed
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint 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-12 15:25:05 +02:00

37 lines
918 B
YAML

when:
instance: ci.kokuwa.io
repo: woodpecker/buildctl
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:
registry.kokuwa.io/kokuwaio/buildctl:ci-${CI_PIPELINE_NUMBER}:
image: registry.kokuwa.io/kokuwaio/buildctl:ci-${CI_PIPELINE_NUMBER}
pull: true
commands: buildctl --version
when:
event: pull_request
registry.kokuwa.io/kokuwaio/buildctl: &version
image: registry.kokuwa.io/kokuwaio/buildctl:latest
pull: true
commands: buildctl --version
when:
event: [manual, push]
branch: main
docker.io/kokuwaio/buildctl:
image: docker.io/kokuwaio/buildctl:latest
<<: *version
ghcr.io/kokuwaio/buildctl:
image: ghcr.io/kokuwaio/buildctl:latest
<<: *version