Skip to content

Commit caa5180

Browse files
chore(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 (#110)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0. <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>v6.14.0</h2> <ul> <li>Bump <code>@​docker/actions-toolkit</code> from 0.53.0 to 0.55.0 in <a href="https://github.com/docker/build-push-action/pull/1324">docker/build-push-action#1324</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0">https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/build-push-action/commit/0adf9959216b96bec444f325f1e493d4aa344497"><code>0adf995</code></a> Merge pull request <a href="https://github.com/docker/build-push-action/issues/1324">#1324</a> from docker/dependabot/npm_and_yarn/docker/actions-t...</li> <li><a href="https://github.com/docker/build-push-action/commit/d88cd289df60c51a4111f165d65e205c8e913937"><code>d88cd28</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/3d09a6bd705280a63155d5f61da35bb42301fe96"><code>3d09a6b</code></a> chore(deps): Bump <code>@​docker/actions-toolkit</code> from 0.53.0 to 0.55.0</li> <li>See full diff in <a href="https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0">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=6.13.0&new-version=6.14.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
2 parents eb1bfaa + 16cec5b commit caa5180

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
-
181181
if: inputs.cache == false && !inputs.ssh-agent
182182
name: Build (no cache)
183-
uses: docker/build-push-action@v6.13.0
183+
uses: docker/build-push-action@v6.14.0
184184
with:
185185
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
186186
context: ${{ inputs.context }}
@@ -191,7 +191,7 @@ jobs:
191191
-
192192
if: inputs.cache == true && !inputs.ssh-agent
193193
name: Build (with cache)
194-
uses: docker/build-push-action@v6.13.0
194+
uses: docker/build-push-action@v6.14.0
195195
with:
196196
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
197197
context: ${{ inputs.context }}
@@ -204,7 +204,7 @@ jobs:
204204
-
205205
if: inputs.cache == false && inputs.ssh-agent
206206
name: Build (no cache)
207-
uses: docker/build-push-action@v6.13.0
207+
uses: docker/build-push-action@v6.14.0
208208
with:
209209
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
210210
context: ${{ inputs.context }}
@@ -217,7 +217,7 @@ jobs:
217217
-
218218
if: inputs.cache == true && inputs.ssh-agent
219219
name: Build (with cache)
220-
uses: docker/build-push-action@v6.13.0
220+
uses: docker/build-push-action@v6.14.0
221221
with:
222222
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
223223
context: ${{ inputs.context }}

0 commit comments

Comments
 (0)