Skip to content

Commit a4bc8df

Browse files
chore(deps): update docker/bake-action action to v7 (#412)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/bake-action](https://redirect.github.com/docker/bake-action) | action | major | `v6` → `v7` | --- ### Release Notes <details> <summary>docker/bake-action (docker/bake-action)</summary> ### [`v7`](https://redirect.github.com/docker/bake-action/compare/v6...v7) [Compare Source](https://redirect.github.com/docker/bake-action/compare/v6...v7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->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/cloudnative-pg/postgres-containers). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ae368d commit a4bc8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bake_targets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: List targets
6666
id: targets
67-
uses: docker/bake-action/subaction/matrix@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6
67+
uses: docker/bake-action/subaction/matrix@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7
6868
with:
6969
target: ${{ inputs.target }}
7070
files: ${{ inputs.bake_files }}
@@ -100,7 +100,7 @@ jobs:
100100
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
101101

102102
- name: Build and push
103-
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6
103+
uses: docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7
104104
id: build
105105
env:
106106
BUILDX_METADATA_PROVENANCE: disabled

0 commit comments

Comments
 (0)