Skip to content

Commit

Permalink
fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joek-duplo committed Feb 7, 2024
1 parent 16b7146 commit 0044944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0044944

Please sign in to comment.