make build-images ci job parallel
ci/woodpecker/push/flux-reconcile-source Pipeline was canceled

This commit is contained in:
2026-07-12 23:08:07 +02:00
parent 23c5b8e51a
commit ef6a2d4b46
+5
View File
@@ -37,6 +37,7 @@ steps:
env_file: /woodpecker/registry.env env_file: /woodpecker/registry.env
cache_images: cache_images:
- gitea.lumpiasty.xyz/lumpiasty/coredns-mikrotik:buildcache - gitea.lumpiasty.xyz/lumpiasty/coredns-mikrotik:buildcache
depends_on: ["Get registry creds from OpenBao"]
- name: Build and push llama-swap-supervisord - name: Build and push llama-swap-supervisord
image: woodpeckerci/plugin-docker-buildx:6.1.1 image: woodpeckerci/plugin-docker-buildx:6.1.1
@@ -53,6 +54,7 @@ steps:
env_file: /woodpecker/registry.env env_file: /woodpecker/registry.env
cache_images: cache_images:
- gitea.lumpiasty.xyz/lumpiasty/supervisord:buildcache - gitea.lumpiasty.xyz/lumpiasty/supervisord:buildcache
depends_on: ["Get registry creds from OpenBao"]
- name: Invalidate OpenBao token - name: Invalidate OpenBao token
image: quay.io/openbao/openbao:2.5.5 image: quay.io/openbao/openbao:2.5.5
@@ -63,3 +65,6 @@ steps:
- bao write -f auth/token/revoke-self - bao write -f auth/token/revoke-self
when: when:
- status: [success, failure] - status: [success, failure]
depends_on:
- Build and push mikrotik coredns
- Build and push llama-swap-supervisord