forgejo-asciidoc/.woodpecker.yml
Marko Korhonen f3cdb51d30
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix username for registry
2023-10-25 09:41:46 +03:00

11 lines
313 B
YAML

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