From e8afef82d14274202b67e8c40bcb63fd2e970715 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 14:17:37 +0000 Subject: [PATCH] chore(deps): update docker/bake-action action to v6 (#3199) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/bake-action](https://redirect.github.com/docker/bake-action) | action | major | `v5` -> `v6` | --- ### Release Notes
docker/bake-action (docker/bake-action) ### [`v6`](https://redirect.github.com/docker/bake-action/compare/v5...v6) [Compare Source](https://redirect.github.com/docker/bake-action/compare/v5...v6)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/libretime/libretime). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 42fb3bce4..07fa48e4f 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -86,7 +86,7 @@ jobs: echo "LIBRETIME_VERSION=$(cat VERSION | tr -d [:blank:])" >> $GITHUB_ENV - name: Build - uses: docker/bake-action@v5 + uses: docker/bake-action@v6 with: pull: true push: ${{ github.event_name == 'push' }}