update pipeline
This commit is contained in:
parent
f5fcb2a71a
commit
9b9f4d2281
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
steps:
|
||||
- directory: ./beeper_bridge-manager
|
||||
failure: ignore
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
name: publish beeper_bridge-manager
|
||||
settings:
|
||||
|
@ -13,6 +14,7 @@ steps:
|
|||
tags: latest
|
||||
username: ${CI_REPO_OWNER}
|
||||
- directory: ./matterbridge
|
||||
failure: ignore
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
name: publish matterbridge_whatsappmulti
|
||||
settings:
|
||||
|
@ -25,6 +27,7 @@ steps:
|
|||
tags: latest
|
||||
username: ${CI_REPO_OWNER}
|
||||
- directory: ./custom-caddy
|
||||
failure: ignore
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
name: publish custom-caddy
|
||||
settings:
|
||||
|
|
|
@ -18,6 +18,7 @@ with open(".woodpecker/build.yaml", "w") as f:
|
|||
{
|
||||
"name": f"publish {image['name']}",
|
||||
"image": "woodpeckerci/plugin-docker-buildx",
|
||||
"failure": "ignore",
|
||||
"settings": {
|
||||
"repo": f"git.jakew.me/${{CI_REPO_OWNER}}/{image['name']}",
|
||||
"registry": "git.jakew.me",
|
||||
|
|
Loading…
Reference in a new issue