This commit is contained in:
parent
67c0137d4e
commit
a3e92aeaa9
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/s3-plugin
|
||||||
|
registry: git.axelen.xyz
|
||||||
|
username: Woodpecker
|
||||||
|
password:
|
||||||
|
from_secret: gitea_password
|
||||||
|
volumes:
|
||||||
|
- /srv/worker/socks/buildkit:/run/buildkit
|
Loading…
Reference in a new issue