Skip to content

Commit

Permalink
ci(deps): update docker/setup-buildx-action action from v3.1.0 to v3.…
Browse files Browse the repository at this point in the history
…3.0 (#737)

This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>docker/setup-buildx-action
(docker/setup-buildx-action)</summary>

###
[`v3.3.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0)

- Bump
[@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.19.0 to 0.20.0 by
[@&#8203;crazy-max](https://togithub.com/crazy-max) in
[docker/setup-buildx-action#307

**Full Changelog**:
docker/setup-buildx-action@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v3.2.0)

[Compare
Source](https://togithub.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0)

- Rename and align config inputs by
[@&#8203;crazy-max](https://togithub.com/crazy-max) in
[docker/setup-buildx-action#303
    -   `config` to `buildkitd-config`
    -   `config-inline` to `buildkitd-config-inline`
- Bump
[@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.17.0 to 0.19.0 in
[docker/setup-buildx-action#302
[docker/setup-buildx-action#306

> \[!NOTE]
> `config` and `config-inline` input names are deprecated and will be
removed in next major release.

**Full Changelog**:
docker/setup-buildx-action@v3.1.0...v3.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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJzZW12ZXI6bm9uZSJdfQ==-->

Co-authored-by: mazi-renovate[bot] <161091290+mazi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
mazi-renovate[bot] committed May 11, 2024
1 parent 2cefdfb commit 5eab241
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 @@ -113,7 +113,7 @@ jobs:
with:
path: artifact
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
with:
version: ${{ env.BUILDX_VERSION }}
- name: Log in to the Container registry
Expand Down

0 comments on commit 5eab241

Please sign in to comment.