fixed deploy
This commit is contained in:
parent
1d765aebd0
commit
79076fdc35
1 changed files with 2 additions and 1 deletions
|
|
@ -113,7 +113,8 @@ jobs:
|
|||
|
||||
deploy_compose:
|
||||
needs: detect
|
||||
if: ${{ needs.detect.outputs.compose_matrix != '' }}
|
||||
if: ${{ contains(needs.detect.outputs.compose_matrix, '"include":[{') }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix: ${{ fromJSON(needs.detect.outputs.compose_matrix) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue