Skip to content

Commit

Permalink
Simplify job matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 13, 2024
1 parent a5d8e8c commit 3a00c21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- component: chat
- component: image-analysis
- component: flux-image-gen
component:
- chat
- image-analysis
- flux-image-gen
permissions:
contents: read
id-token: write # needed for signing the images with GitHub OIDC Token
Expand Down

0 comments on commit 3a00c21

Please sign in to comment.