Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.12.0 (#144)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/build-push-action](https://github.com/docker/build-push-action)
| action | minor | `v6.11.0` -> `v6.12.0` |

---

### Release Notes

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

###
[`v6.12.0`](https://github.com/docker/build-push-action/releases/tag/v6.12.0)

[Compare
Source](https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0)

- Bump
[@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit)
from 0.49.0 to 0.51.0 in
[https://github.com/docker/build-push-action/pull/1300](https://github.com/docker/build-push-action/pull/1300)

**Full Changelog**:
docker/build-push-action@v6.11.0...v6.12.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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/naa0yama/devtool-wsl2).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 6cdda6c commit 0e4b970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 0e4b970

Please sign in to comment.