2023-05-31 06:16:27 +00:00
|
|
|
pipeline:
|
|
|
|
create-book:
|
|
|
|
image: peaceiris/mdbook:v0.4.30
|
|
|
|
commands:
|
2023-05-31 06:31:36 +00:00
|
|
|
- mdbook build
|
2023-05-31 06:20:26 +00:00
|
|
|
|
2023-05-31 06:16:27 +00:00
|
|
|
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
|