From af737a44c6236edfb273f828b55dbab8ea087bb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:53:26 +0000 Subject: [PATCH 1/2] chore(deps): update docker/bake-action action to v6 in .github/workflows/release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90a785e..ed2d339 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: id: build-and-push env: GIT_TAG: ${{ github.ref_name }} - uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0 + uses: docker/bake-action@5ca506d06f70338a4968df87fd8bfee5cbfb84c7 # v6.0.0 with: files: | ./docker-bake.hcl From e25055ba8c1da01a31f3eb76d20067df5ea180a1 Mon Sep 17 00:00:00 2001 From: Max Leske <250711+theseion@users.noreply.github.com> Date: Mon, 13 Jan 2025 07:40:31 +0100 Subject: [PATCH 2/2] chore: bake action now requires explicit path v6 of the bake action now uses the Git context by default. In order to use the path context, as before, `source: .` must be set explicitly. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed2d339..843a4b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,6 +95,7 @@ jobs: GIT_TAG: ${{ github.ref_name }} uses: docker/bake-action@5ca506d06f70338a4968df87fd8bfee5cbfb84c7 # v6.0.0 with: + source: . files: | ./docker-bake.hcl targets: default