This commit is contained in:
parent
63e11805f2
commit
2f906b923a
1 changed files with 11 additions and 0 deletions
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
steps:
|
||||||
|
build:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
repo: git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci
|
||||||
|
registry: https://git.korhonen.cc
|
||||||
|
username: FunctionalHacker
|
||||||
|
password:
|
||||||
|
from_secret: registry_password
|
||||||
|
tags: latest
|
||||||
|
platforms: linux/amd64
|
Reference in a new issue