Skip to content

Commit

Permalink
🤖 Fix image workflow (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Oct 20, 2023
1 parent 84c3cad commit ffc8846
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ jobs:
framework:
uses: ./.github/workflows/reusable-build-framework-flavor.yaml
secrets: inherit
with:
flavor: ${{ matrix.flavor }}
strategy:
fail-fast: false
matrix:
flavor:
- "generic"
- "fips"
include:
- flavor: "generic"
- flavor: "fips"
install:
uses: ./.github/workflows/reusable-install-test.yaml
with:
Expand Down

0 comments on commit ffc8846

Please sign in to comment.