From 3e727cc4bd7c07409f72acc48267751880a4f11f Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:14:21 +0200 Subject: [PATCH] bake: fix missing privateRepo output Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/bake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 574dedfc..c5dbd1c8 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -208,6 +208,7 @@ jobs: includes: ${{ steps.set.outputs.includes }} metaImages: ${{ steps.set.outputs.metaImages }} sign: ${{ steps.set.outputs.sign }} + privateRepo: ${{ steps.set.outputs.privateRepo }} ghaCacheSign: ${{ steps.set.outputs.ghaCacheSign }} steps: -