From 004494453ad2b69e7e90cbcb5f0986a35848a092 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 7 Feb 2024 14:55:31 -0500 Subject: [PATCH] fix missing dependency --- .github/workflows/build-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 51ce888..5d84d08 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -204,6 +204,7 @@ jobs: if: "${{ startsWith(github.event.inputs.image_version, 'release-') && github.event.inputs.only_partition == 'all' }}" needs: - build-commercial + - build-govcloud steps: # Get the code for the image JSON generation, and the code for Duplo master. - name: Checkout duplo-infra