[PR #75] [MERGED] fix(deps): bump docker/build-push-action from 2.5.0 to 2.6.1 #157

Closed
opened 2026-03-04 00:24:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/75
Author: @dependabot[bot]
Created: 7/2/2021
Status: Merged
Merged: 7/12/2021
Merged by: @ViRb3

Base: masterHead: dependabot/github_actions/docker/build-push-action-2.6.1


📝 Commits (1)

  • 79ed573 fix(deps): bump docker/build-push-action from 2.5.0 to 2.6.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)

📄 Description

Bumps docker/build-push-action from 2.5.0 to 2.6.1.

Release notes

Sourced from docker/build-push-action's releases.

v2.6.1

  • Small typo and ensure trimmed output (#400)

v2.6.0

  • Handle git sha version of buildx (#399)
  • Update dev deps (#393)
  • Use built-in getExecOutput (#392)
  • Use core.getBooleanInput (#391)
  • Bump csv-parse from 4.15.4 to 4.16.0 (#385)
  • Bump @​actions/exec from 1.0.4 to 1.1.0 (#382)
  • Bump @​actions/core from 1.3.0 to 1.4.0 (#383)
  • Bump ws from 7.3.1 to 7.4.6 (#375)
Commits
  • 1bc1040 Merge pull request #400 from crazy-max/typo
  • fcaaa5e Small typo and ensure trimmed output
  • 0987321 Merge pull request #399 from crazy-max/sha-version
  • 9482720 Handle git sha version of buildx
  • 128f05c Merge pull request #398 from crazy-max/fix-dependabot
  • a15ef4d Fix dependabot labels
  • c7dab97 Merge pull request #394 from cpswan/master
  • a1d2218 Fix ISSUE_TEMPLATE typo s/sumbitting/submitting/
  • 0b56a3c Merge pull request #393 from crazy-max/dev-deps
  • ae29b67 Update dev deps
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SignTools/SignTools/pull/75 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/2/2021 **Status:** ✅ Merged **Merged:** 7/12/2021 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/github_actions/docker/build-push-action-2.6.1` --- ### 📝 Commits (1) - [`79ed573`](https://github.com/SignTools/SignTools/commit/79ed5733d3830a1254071ee6693a206565b7c67c) fix(deps): bump docker/build-push-action from 2.5.0 to 2.6.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) </details> ### 📄 Description Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <ul> <li>Small typo and ensure trimmed output (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/400">#400</a>)</li> </ul> <h2>v2.6.0</h2> <ul> <li>Handle git sha version of buildx (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/399">#399</a>)</li> <li>Update dev deps (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/393">#393</a>)</li> <li>Use built-in <code>getExecOutput</code> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/392">#392</a>)</li> <li>Use <code>core.getBooleanInput</code> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/391">#391</a>)</li> <li>Bump csv-parse from 4.15.4 to 4.16.0 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/385">#385</a>)</li> <li>Bump <code>@​actions/exec</code> from 1.0.4 to 1.1.0 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/382">#382</a>)</li> <li>Bump <code>@​actions/core</code> from 1.3.0 to 1.4.0 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/383">#383</a>)</li> <li>Bump ws from 7.3.1 to 7.4.6 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/375">#375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/build-push-action/commit/1bc1040caef9e604eb543693ba89b5bf4fc80935"><code>1bc1040</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/400">#400</a> from crazy-max/typo</li> <li><a href="https://github.com/docker/build-push-action/commit/fcaaa5e48790baa5d6eced57526fb66b251d165f"><code>fcaaa5e</code></a> Small typo and ensure trimmed output</li> <li><a href="https://github.com/docker/build-push-action/commit/0987321e128873c0caa3bed11ad3b83f22b846ed"><code>0987321</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/399">#399</a> from crazy-max/sha-version</li> <li><a href="https://github.com/docker/build-push-action/commit/94827201d1ef44132e16666b71fdb028712d0e0f"><code>9482720</code></a> Handle git sha version of buildx</li> <li><a href="https://github.com/docker/build-push-action/commit/128f05c85a6f932eed15eaf7c7d425e1a48c194e"><code>128f05c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/398">#398</a> from crazy-max/fix-dependabot</li> <li><a href="https://github.com/docker/build-push-action/commit/a15ef4dd9f94db5e5716afecc59e2c6e766096de"><code>a15ef4d</code></a> Fix dependabot labels</li> <li><a href="https://github.com/docker/build-push-action/commit/c7dab97e55e879c31c237cda70203b8c267de3aa"><code>c7dab97</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/394">#394</a> from cpswan/master</li> <li><a href="https://github.com/docker/build-push-action/commit/a1d2218d385a527c902ca5fca2e0e807c2001246"><code>a1d2218</code></a> Fix ISSUE_TEMPLATE typo s/sumbitting/submitting/</li> <li><a href="https://github.com/docker/build-push-action/commit/0b56a3c3b3c5608c56e32f6a86b2d15ffdbb0cad"><code>0b56a3c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/393">#393</a> from crazy-max/dev-deps</li> <li><a href="https://github.com/docker/build-push-action/commit/ae29b67b96b75a44cc5f2f34a6f1e80874e2864b"><code>ae29b67</code></a> Update dev deps</li> <li>Additional commits viewable in <a href="https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=2.5.0&new-version=2.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:24:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/SignTools#157
No description provided.