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