From ef6a2d4b46c47dcf23d0e03081518620649837a9 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 12 Jul 2026 23:08:07 +0200 Subject: [PATCH] make build-images ci job parallel --- .woodpecker/build-images.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.woodpecker/build-images.yaml b/.woodpecker/build-images.yaml index a0a38af..71251e0 100644 --- a/.woodpecker/build-images.yaml +++ b/.woodpecker/build-images.yaml @@ -37,6 +37,7 @@ steps: env_file: /woodpecker/registry.env cache_images: - gitea.lumpiasty.xyz/lumpiasty/coredns-mikrotik:buildcache + depends_on: ["Get registry creds from OpenBao"] - name: Build and push llama-swap-supervisord image: woodpeckerci/plugin-docker-buildx:6.1.1 @@ -53,6 +54,7 @@ steps: env_file: /woodpecker/registry.env cache_images: - gitea.lumpiasty.xyz/lumpiasty/supervisord:buildcache + depends_on: ["Get registry creds from OpenBao"] - name: Invalidate OpenBao token image: quay.io/openbao/openbao:2.5.5 @@ -63,3 +65,6 @@ steps: - bao write -f auth/token/revoke-self when: - status: [success, failure] + depends_on: + - Build and push mikrotik coredns + - Build and push llama-swap-supervisord