Blog/.woodpecker/.buildx.yml

15 lines
336 B
YAML

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