From 6549dbf24788e8ec949eac5bb22b57c8424ce6f4 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Tue, 1 Nov 2022 10:56:33 +0000 Subject: [PATCH] Sigh. needs.* context is only available if you include it in needs: --- .github/workflows/build_test_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index c01f67fa..f3977e1f 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -197,6 +197,7 @@ jobs: name: Build images for linux/amd64 if: inputs.architecture == 'linux/amd64' needs: + - targets - build-base-image-x64 strategy: fail-fast: false @@ -254,6 +255,7 @@ jobs: name: Build images for ARM64 & ARM/V7 if: inputs.architecture != 'linux/amd64' needs: + - targets - build-base-image-arm strategy: fail-fast: false