From 0b43b7c253f33a810b363fb1b6f1b0f8212f08fb Mon Sep 17 00:00:00 2001 From: sd109 Date: Tue, 12 Nov 2024 11:07:16 +0000 Subject: [PATCH] Add flux-image-gen to container builds --- .github/workflows/build-push-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-push-images.yml b/.github/workflows/build-push-images.yml index 277a23f..9a14c0d 100644 --- a/.github/workflows/build-push-images.yml +++ b/.github/workflows/build-push-images.yml @@ -18,6 +18,7 @@ jobs: include: - component: chat - component: image-analysis + - component: flux-image-gen permissions: contents: read id-token: write # needed for signing the images with GitHub OIDC Token