Skip to content

Commit 3a00c21

Browse files
committed
Simplify job matrix
1 parent a5d8e8c commit 3a00c21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-push-images.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
include:
19-
- component: chat
20-
- component: image-analysis
21-
- component: flux-image-gen
18+
component:
19+
- chat
20+
- image-analysis
21+
- flux-image-gen
2222
permissions:
2323
contents: read
2424
id-token: write # needed for signing the images with GitHub OIDC Token

0 commit comments

Comments
 (0)