Skip to content

Commit

Permalink
ci(deps): update docker/build-push-action action from v5.1.0 to v5.2.0 (
Browse files Browse the repository at this point in the history
#700)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
|
[docker/build-push-action](https://togithub.com/docker/build-push-action)
| action | minor | `v5.1.0` -> `v5.2.0` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/docker/build-push-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/docker/build-push-action)
|

---

### Release Notes

<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>

###
[`v5.2.0`](https://togithub.com/docker/build-push-action/releases/tag/v5.2.0)

[Compare
Source](https://togithub.com/docker/build-push-action/compare/v5.1.0...v5.2.0)

- Disable quotes detection for `outputs` input by
[@&#8203;crazy-max](https://togithub.com/crazy-max) in
[https://github.com/docker/build-push-action/pull/1074](https://togithub.com/docker/build-push-action/pull/1074)
- Warn about ignored inputs by
[@&#8203;favonia](https://togithub.com/favonia) in
[https://github.com/docker/build-push-action/pull/1019](https://togithub.com/docker/build-push-action/pull/1019)
- Bump
[@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.14.0 to 0.18.0 in
[https://github.com/docker/build-push-action/pull/1070](https://togithub.com/docker/build-push-action/pull/1070)
- Bump undici from 5.26.3 to 5.28.3 in
[https://github.com/docker/build-push-action/pull/1057](https://togithub.com/docker/build-push-action/pull/1057)

**Full Changelog**:
docker/build-push-action@v5.1.0...v5.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/4m-mazi/gh-test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 870699b commit 3f76336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
type=ref,event=branch
type=sha
- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
with:
context: .
file: .github/files/build/Dockerfile
Expand Down

0 comments on commit 3f76336

Please sign in to comment.