Skip to content

Commit

Permalink
🐛 Fix global ci bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Murray <[email protected]>
  • Loading branch information
dymurray committed Jun 21, 2024
1 parent 9a81b0d commit 06d46ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/global-ci-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ jobs:
- name: Check addon_analyzer image exists
if: ${{ inputs.addon_analyzer != '' }}
run: docker manifest inspect ${{ inputs.addon_analyzer }}
- name: Check addon_discovery image exists
if: ${{ inputs.addon_discovery != '' }}
run: docker manifest inspect ${{ inputs.addon_discovery }}

Expand Down

0 comments on commit 06d46ac

Please sign in to comment.