16 lines
497 B
YAML
16 lines
497 B
YAML
pipeline:
|
|
create-book:
|
|
image: peaceiris/mdbook:v0.4.30
|
|
commands:
|
|
- echo "Creating book................. "
|
|
- mdbook build --dest-dir /app/static
|
|
|
|
publish-container:
|
|
image: woodpeckerci/plugin-docker-buildx:2.1.0
|
|
secrets: [ docker_username, docker_password ]
|
|
group: docker
|
|
settings:
|
|
registry: https://git.sandbox.iuk.hdm-stuttgart.de
|
|
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/sandbox-docs-public
|
|
dockerfile: Dockerfile
|
|
tags: latest |