This commit is contained in:
parent
ec9cc5293b
commit
441fbdd779
1 changed files with 13 additions and 0 deletions
13
.woodpecker/docker.yml
Normal file
13
.woodpecker/docker.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
branches: master
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: git.axelen.xyz/containers/buildkit-plugin
|
||||||
|
settings:
|
||||||
|
repo: containers/buildkit-plugin
|
||||||
|
registry: git.axelen.xyz
|
||||||
|
username: Woodpecker
|
||||||
|
password:
|
||||||
|
from_secret: gitea_password
|
||||||
|
volumes:
|
||||||
|
- /srv/worker/socks/buildkit:/run/buildkit
|
Reference in a new issue