From b189037dda33ea371ac54f457a8727f3b3c037cd Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Tue, 25 Jun 2024 21:22:57 +1000 Subject: [PATCH] fix: release CI should be dependent on all Docker images (#1871) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6a0d95c63..0358bda0e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: permissions: contents: read packages: write - needs: [build-runner, build-controller] + needs: [build-runner, build-controller, build-box] steps: - name: Checkout code uses: actions/checkout@v4