test buildx plugin #22
14
.woodpecker/.buildx.yml
Normal file
14
.woodpecker/.buildx.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
registry: gitea.ocram85.com
|
||||||
|
repo: gitea.ocram85.com/ocram85/blog
|
||||||
|
platforms: linux/amd64
|
||||||
|
tag: buildx
|
||||||
|
username:
|
||||||
|
from_secret: gitea_user
|
||||||
|
password:
|
||||||
|
from_secret: gitea_passwd
|
||||||
|
when:
|
||||||
|
event: pull_request
|
Loading…
Reference in New Issue
Block a user