Skip to content

Commit 4a14492

Browse files
umati-botGoetz Goerisch
authored andcommitted
chore(deps): update docker/build-push-action action to v7.3.0 (#1725)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://github.com/docker/build-push-action) | action | minor | `v7.2.0` → `v7.3.0` | --- ### Release Notes <details> <summary>docker/build-push-action (docker/build-push-action)</summary> ### [`v7.3.0`](https://github.com/docker/build-push-action/releases/tag/v7.3.0) [Compare Source](docker/build-push-action@v7.2.0...v7.3.0) - Preserve names in esbuild bundle by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1567](docker/build-push-action#1567) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.90.0 to 0.92.0 in [#&#8203;1545](docker/build-push-action#1545) [#&#8203;1572](docker/build-push-action#1572) - Bump [@&#8203;sigstore/core](https://github.com/sigstore/core) from 3.1.0 to 3.2.1 in [#&#8203;1568](docker/build-push-action#1568) - Bump js-yaml from 4.1.1 to 4.3.0 in [#&#8203;1566](docker/build-push-action#1566) - Bump tmp from 0.2.5 to 0.2.7 in [#&#8203;1547](docker/build-push-action#1547) - Bump undici from 6.24.1 to 6.27.0 in [#&#8203;1564](docker/build-push-action#1564) - Bump vite from 7.3.2 to 7.3.6 in [#&#8203;1563](docker/build-push-action#1563) **Full Changelog**: <docker/build-push-action@v7.2.0...v7.3.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDYuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI0OS41IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Reviewed-on: https://codeberg.org/umati/Sample-Server/pulls/1725
1 parent 38c14e1 commit 4a14492

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

0 commit comments

Comments
 (0)