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