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:
|
||||
image: peaceiris/mdbook:v0.4.30
|
||||
commands:
|
||||
- mdbook build
|
||||
|
||||
publish-container:
|
||||
image: woodpeckerci/plugin-docker-buildx:2.1.0
|
||||
secrets: [docker_username, docker_password]
|
||||
group: docker
|
||||
build_and_release:
|
||||
image: maltegrosse/woodpecker-buildah:0.0.12
|
||||
settings:
|
||||
registry: https://git.sandbox.iuk.hdm-stuttgart.de
|
||||
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/sandbox-docs-public
|
||||
dockerfile: Dockerfile
|
||||
tags: latest
|
||||
registry: git.sandbox.iuk.hdm-stuttgart.de
|
||||
repository: grosse/sandbox-docs-public
|
||||
tag: 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