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:
|
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
|