Skip to content

Commit 9de0594

Browse files
Renovate: Update docker/build-push-action action to v7 (#576)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | major | `v6` → `v7` | --- ### Release Notes <details> <summary>docker/build-push-action (docker/build-push-action)</summary> ### [`v7`](https://redirect.github.com/docker/build-push-action/compare/v6...v7) [Compare Source](https://redirect.github.com/docker/build-push-action/compare/v6...v7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am on Friday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/cobaltcore-dev/cortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50bf73f commit 9de0594

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Build and Push Cortex Postgres
5555
if: steps.changed_postgres_files.outputs.all_changed_files != ''
5656
id: push_cortex_postgres
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: postgres
6060
platforms: linux/amd64,linux/arm64
@@ -87,7 +87,7 @@ jobs:
8787
DOCKER_METADATA_SHORT_SHA_LENGTH: 8
8888
- name: Build and Push Cortex
8989
id: push_cortex
90-
uses: docker/build-push-action@v6
90+
uses: docker/build-push-action@v7
9191
with:
9292
context: .
9393
file: Dockerfile

0 commit comments

Comments
 (0)