From 826d8ebc5653f64b1d9ddbe2f367956b5c6f5aaf Mon Sep 17 00:00:00 2001 From: Samuel Attwood Date: Fri, 21 Feb 2025 13:44:19 -0500 Subject: [PATCH] Update bake build context --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index df8f6e2f..19ccf048 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,6 +40,7 @@ jobs: - name: Build and Push uses: docker/bake-action@v6 with: + source: . files: docker-bake.hcl push: true set: goreleaser.args.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}