Skip to content

Commit 301ac24

Browse files
umati-botGoetz Goerisch
authored andcommitted
chore(deps): update docker/build-push-action action to v7.1.0 (#1679)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://github.com/docker/build-push-action) | action | minor | `v7.0.0` → `v7.1.0` | --- ### Release Notes <details> <summary>docker/build-push-action (docker/build-push-action)</summary> ### [`v7.1.0`](https://github.com/docker/build-push-action/releases/tag/v7.1.0) [Compare Source](docker/build-push-action@v7.0.0...v7.1.0) - Git context [query format](https://docs.docker.com/build/concepts/context/#url-queries) support by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1505](docker/build-push-action#1505) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.79.0 to 0.87.0 by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1505](docker/build-push-action#1505) - Bump brace-expansion from 1.1.12 to 1.1.13 in [#&#8203;1500](docker/build-push-action#1500) - Bump fast-xml-parser from 5.4.2 to 5.5.7 in [#&#8203;1489](docker/build-push-action#1489) - Bump flatted from 3.3.3 to 3.4.2 in [#&#8203;1491](docker/build-push-action#1491) - Bump glob from 10.3.12 to 10.5.0 in [#&#8203;1490](docker/build-push-action#1490) - Bump handlebars from 4.7.8 to 4.7.9 in [#&#8203;1497](docker/build-push-action#1497) - Bump lodash from 4.17.23 to 4.18.1 in [#&#8203;1510](docker/build-push-action#1510) - Bump picomatch from 4.0.3 to 4.0.4 in [#&#8203;1496](docker/build-push-action#1496) - Bump undici from 6.23.0 to 6.24.1 in [#&#8203;1486](docker/build-push-action#1486) - Bump vite from 7.3.1 to 7.3.2 in [#&#8203;1509](docker/build-push-action#1509) **Full Changelog**: <docker/build-push-action@v7.0.0...v7.1.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMTIiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMTAuMTMiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://codeberg.org/umati/Sample-Server/pulls/1679 Co-authored-by: umati-bot <git-bot@umati.org> Co-committed-by: umati-bot <git-bot@umati.org>
1 parent b5c1e28 commit 301ac24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.0.0"
97+
uses: "docker/build-push-action@v7.1.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.0.0"
108+
uses: "docker/build-push-action@v7.1.0"
109109
with:
110110
provenance: false
111111
file: "./Sample-Server/Dockerfile"

0 commit comments

Comments
 (0)