test buildx plugin #22

Closed
OCram85 wants to merge 4 commits from buildx into master

14
.woodpecker/.buildx.yml Normal file
View 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