2024-05-14 09:26:28 +00:00
|
|
|
steps:
|
2023-05-31 06:16:27 +00:00
|
|
|
create-book:
|
|
|
|
image: peaceiris/mdbook:v0.4.30
|
|
|
|
commands:
|
2024-05-14 09:47:06 +00:00
|
|
|
- mdbook init --theme light
|
2023-05-31 06:31:36 +00:00
|
|
|
- mdbook build
|
2024-05-14 09:26:28 +00:00
|
|
|
build_and_release:
|
|
|
|
image: maltegrosse/woodpecker-buildah:0.0.12
|
2023-05-31 06:16:27 +00:00
|
|
|
settings:
|
2024-05-14 09:26:28 +00:00
|
|
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
|
|
|
repository: grosse/sandbox-docs-public
|
|
|
|
tag: latest
|
2024-05-14 09:27:39 +00:00
|
|
|
architectures: amd64
|
2024-05-14 09:26:28 +00:00
|
|
|
context: Dockerfile
|
|
|
|
imagename: sandbox-docs-public
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
|
2023-06-21 12:18:43 +00:00
|
|
|
|