From faa975bf2f44191282ba902deb46e90db650055b Mon Sep 17 00:00:00 2001 From: "Jonas L." Date: Sat, 9 Aug 2025 16:27:29 +0200 Subject: [PATCH] ci: fix docker bake v6 missing input (#3200) ### Description Related to https://github.com/libretime/libretime/pull/3199 --- .github/workflows/container.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 07fa48e4f..f710af971 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -88,6 +88,7 @@ jobs: - name: Build uses: docker/bake-action@v6 with: + source: . pull: true push: ${{ github.event_name == 'push' }} files: |