sandbox-docs-public/.woodpecker.yml

21 lines
495 B
YAML

steps:
create-book:
image: peaceiris/mdbook:v0.4.30
commands:
- mdbook build
build_and_release:
image: maltegrosse/woodpecker-buildah:0.0.12
settings:
registry: git.sandbox.iuk.hdm-stuttgart.de
repository: grosse/sandbox-docs-public
tag: latest
architectures: aarch64 amd64
context: Dockerfile
imagename: sandbox-docs-public
username:
from_secret: docker_username
password:
from_secret: docker_password