sandbox-docs-public/.woodpecker.yml

19 lines
456 B
YAML
Raw Permalink Normal View History

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
2023-06-21 12:18:43 +00:00
secrets: [docker_username, docker_password]
2023-05-31 06:16:27 +00:00
group: docker
settings:
registry: https://git.sandbox.iuk.hdm-stuttgart.de
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/sandbox-docs-public
dockerfile: Dockerfile
2023-06-21 12:18:43 +00:00
tags: latest
branches:
exclude: cspecht