Blog/.woodpecker/.buildx.yml

15 lines
336 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
2022-09-13 15:35:15 +02:00
platforms: linux/amd64
2022-09-13 15:05:06 +02:00
tag: buildx
username:
2022-09-13 15:07:28 +02:00
from_secret: gitea_user
2022-09-13 15:05:06 +02:00
password:
2022-09-13 15:07:28 +02:00
from_secret: gitea_passwd
2022-09-13 15:05:06 +02:00
when:
event: pull_request