From 84ae1ff9e05dd6af1ebb871b049b2354f601e69d Mon Sep 17 00:00:00 2001 From: Erik Heeren Date: Mon, 7 Oct 2024 11:48:01 +0200 Subject: [PATCH] Properly define needs --- .github/workflows/spacktainer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spacktainer.yaml b/.github/workflows/spacktainer.yaml index 25d1d56..3dadde7 100644 --- a/.github/workflows/spacktainer.yaml +++ b/.github/workflows/spacktainer.yaml @@ -63,7 +63,7 @@ jobs: - codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }} - image:${{ needs.get-builder-image.outputs.builder }} - instance-size:small - needs: base-container-job + needs: [base-container-job, get-builder-image] steps: - name: configure-build-cache env: