init d
This commit is contained in:
parent
ea2a997724
commit
f9eff77790
16 changed files with 707 additions and 0 deletions
20
.woodpecker/build.yaml
Normal file
20
.woodpecker/build.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
when:
|
||||
event: [manual, push, pull_request]
|
||||
branch: main
|
||||
path: [.woodpecker/build.yaml, .woodpecker/push.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
||||
|
||||
steps:
|
||||
|
||||
build:
|
||||
image: kokuwaio/buildctl
|
||||
settings:
|
||||
name: registry.kokuwa.io/yamllint:$CI_PIPELINE_NUMBER
|
||||
annotations:
|
||||
org.opencontainers.image.title: Yamllint Plugin"
|
||||
org.opencontainers.image.description: A Woodpecker CI plugin for yamllint to lint yaml files.
|
||||
org.opencontainers.image.url: $CI_REPO_URL
|
||||
org.opencontainers.image.documentation: $CI_REPO_URL
|
||||
org.opencontainers.image.source: $CI_REPO_CLONE_URL
|
||||
org.opencontainers.image.vendor: kokuwa.io
|
||||
org.opencontainers.image.licenses: GPL-3.0-or-later
|
||||
org.opencontainers.image.version: v0.21.0
|
Loading…
Add table
Add a link
Reference in a new issue