chore(deps): update docker/build-push-action action to v5 #12

Merged
morre merged 1 commits from renovate/docker-build-push-action-5.x into main 2024-02-11 16:29:40 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
docker/build-push-action action major v4.1.1 -> v5.1.0

Release Notes

docker/build-push-action (docker/build-push-action)

v5.1.0

Compare Source

Full Changelog: https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0

v5.0.0

Compare Source

Full Changelog: https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0

v4.2.1

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1

v4.2.0

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0


Configuration

📅 Schedule: 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://github.com/docker/build-push-action) | action | major | `v4.1.1` -> `v5.1.0` | --- ### Release Notes <details> <summary>docker/build-push-action (docker/build-push-action)</summary> ### [`v5.1.0`](https://github.com/docker/build-push-action/releases/tag/v5.1.0) [Compare Source](https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0) - Add `annotations` input by [@&#8203;crazy-max](https://github.com/crazy-max) in https://github.com/docker/build-push-action/pull/992 - Add `secret-envs` input by [@&#8203;elias-lundgren](https://github.com/elias-lundgren) in https://github.com/docker/build-push-action/pull/980 - Bump [@&#8203;babel/traverse](https://github.com/babel/traverse) from 7.17.3 to 7.23.2 in https://github.com/docker/build-push-action/pull/991 - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.13.0-rc.1 to 0.14.0 in https://github.com/docker/build-push-action/pull/990 https://github.com/docker/build-push-action/pull/1006 **Full Changelog**: https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0 ### [`v5.0.0`](https://github.com/docker/build-push-action/releases/tag/v5.0.0) [Compare Source](https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0) - Node 20 as default runtime (requires [Actions Runner v2.308.0](https://github.com/actions/runner/releases/tag/v2.308.0) or later) by [@&#8203;crazy-max](https://github.com/crazy-max) in https://github.com/docker/build-push-action/pull/954 - Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.10.0 to 1.10.1 in https://github.com/docker/build-push-action/pull/959 **Full Changelog**: https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0 ### [`v4.2.1`](https://github.com/docker/build-push-action/releases/tag/v4.2.1) [Compare Source](https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1) > **Note** > > Buildx v0.10 enables support for a minimal [SLSA Provenance](https://slsa.dev/provenance/) attestation, which requires support for [OCI-compliant](https://github.com/opencontainers/image-spec) multi-platform images. This may introduce issues with registry and runtime support (e.g. [Google Cloud Run and AWS Lambda](https://github.com/docker/buildx/issues/1533)). You can optionally disable the default provenance attestation functionality using `provenance: false`. - warn if docker config can't be parsed by [@&#8203;crazy-max](https://github.com/crazy-max) in https://github.com/docker/build-push-action/pull/957 **Full Changelog**: https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1 ### [`v4.2.0`](https://github.com/docker/build-push-action/releases/tag/v4.2.0) [Compare Source](https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0) > **Note** > > Buildx v0.10 enables support for a minimal [SLSA Provenance](https://slsa.dev/provenance/) attestation, which requires support for [OCI-compliant](https://github.com/opencontainers/image-spec) multi-platform images. This may introduce issues with registry and runtime support (e.g. [Google Cloud Run and AWS Lambda](https://github.com/docker/buildx/issues/1533)). You can optionally disable the default provenance attestation functionality using `provenance: false`. - display proxy configuration by [@&#8203;crazy-max](https://github.com/crazy-max) in https://github.com/docker/build-push-action/pull/872 - chore(deps): Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.6.0 to 0.8.0 in https://github.com/docker/build-push-action/pull/930 - chore(deps): Bump word-wrap from 1.2.3 to 1.2.5 in https://github.com/docker/build-push-action/pull/925 - chore(deps): Bump semver from 6.3.0 to 6.3.1 in https://github.com/docker/build-push-action/pull/902 **Full Changelog**: https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0 </details> --- ### Configuration 📅 **Schedule**: 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 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added 1 commit 2024-02-08 15:06:19 +00:00
Build image / build (pull_request) Successful in 4m18s Details
4e856e52bc
chore(deps): update docker/build-push-action action to v5
morre merged commit 17a3231ef2 into main 2024-02-11 16:29:40 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: open/runner-images#12
No description provided.