forgejo-asciidoc/.woodpecker.yml
Marko Korhonen 0465f23954
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add registry setting
2022-12-17 16:47:44 +02:00

12 lines
314 B
YAML

pipeline:
build:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.korhonen.cc/functionalhacker/gitea-asciidoc
registry: https://git.korhonen.cc
username: functionalhacker
password:
from_secret: registry_password
tags: latest
platforms: linux/amd64