pipeline run
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
73cd54c042
commit
3c0cce77a9
|
@ -1,18 +1,20 @@
|
||||||
pipeline:
|
steps:
|
||||||
create-book:
|
create-book:
|
||||||
image: peaceiris/mdbook:v0.4.30
|
image: peaceiris/mdbook:v0.4.30
|
||||||
commands:
|
commands:
|
||||||
- mdbook build
|
- mdbook build
|
||||||
|
build_and_release:
|
||||||
publish-container:
|
image: maltegrosse/woodpecker-buildah:0.0.12
|
||||||
image: woodpeckerci/plugin-docker-buildx:2.1.0
|
|
||||||
secrets: [docker_username, docker_password]
|
|
||||||
group: docker
|
|
||||||
settings:
|
settings:
|
||||||
registry: https://git.sandbox.iuk.hdm-stuttgart.de
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
||||||
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/sandbox-docs-public
|
repository: grosse/sandbox-docs-public
|
||||||
dockerfile: Dockerfile
|
tag: latest
|
||||||
tags: latest
|
architectures: aarch64 amd64
|
||||||
|
context: Dockerfile
|
||||||
|
imagename: sandbox-docs-public
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
|
||||||
|
|
||||||
branches:
|
|
||||||
exclude: cspecht
|
|
||||||
|
|
Loading…
Reference in New Issue