Skip to content

Commit 16ead42

Browse files
umati-botGoetz Goerisch
authored andcommitted
chore(deps): update docker/build-push-action action to v7.2.0 (#1697)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://github.com/docker/build-push-action) | action | minor | `v7.1.0` → `v7.2.0` | --- ### Release Notes <details> <summary>docker/build-push-action (docker/build-push-action)</summary> ### [`v7.2.0`](https://github.com/docker/build-push-action/releases/tag/v7.2.0) [Compare Source](docker/build-push-action@v7.1.0...v7.2.0) - Bump [@&#8203;actions/core](https://github.com/actions/core) from 3.0.0 to 3.0.1 in [#&#8203;1525](docker/build-push-action#1525) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.87.0 to 0.90.0 in [#&#8203;1517](docker/build-push-action#1517) - Bump brace-expansion from 2.0.2 to 5.0.6 in [#&#8203;1534](docker/build-push-action#1534) - Bump fast-xml-builder from 1.1.4 to 1.2.0 in [#&#8203;1529](docker/build-push-action#1529) - Bump fast-xml-parser from 5.5.7 to 5.8.0 in [#&#8203;1521](docker/build-push-action#1521) - Bump postcss from 8.5.6 to 8.5.10 in [#&#8203;1526](docker/build-push-action#1526) - Bump tar from 6.2.1 to 7.5.15 in [#&#8203;1533](docker/build-push-action#1533) **Full Changelog**: <docker/build-push-action@v7.1.0...v7.2.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODYuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE4Ni4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Reviewed-on: https://codeberg.org/umati/Sample-Server/pulls/1697
1 parent 23c9471 commit 16ead42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.forgejo/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
password: ${{ env.REGISTRY_TOKEN }}
9595

9696
- name: Build and Push Container
97-
uses: "docker/build-push-action@v7.1.0"
97+
uses: "docker/build-push-action@v7.2.0"
9898
with:
9999
provenance: false
100100
file: "./Sample-Server/Dockerfile"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
password: ${{ env.REGISTRY_TOKEN }}
106106

107107
- name: Build and Push Container
108-
uses: "docker/build-push-action@v7.1.0"
108+
uses: "docker/build-push-action@v7.2.0"
109109
with:
110110
provenance: false
111111
file: "./Sample-Server/Dockerfile"

0 commit comments

Comments
 (0)