Blog/.woodpecker/.buildx.yml

14 lines
303 B
YAML
Raw Normal View History

2022-09-13 15:05:06 +02:00
pipeline:
build:
image: woodpeckerci/plugin-docker-buildx
settings:
registry: gitea.ocram85.com
repo: gitea.ocram85.com/ocram85/blog
tag: buildx
username:
from_secret: hub_user
password:
from_secret: hub_passwd
when:
event: pull_request