Skip to content

Commit

Permalink
chore(ci): Bump docker/build-push-action from 4.1.0 to 4.1.1 (#17687)
Browse files Browse the repository at this point in the history
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action)
from 4.1.0 to 4.1.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>v4.1.1</h2>
<blockquote>
<p><strong>Note</strong></p>
<p>Buildx v0.10 enables support for a minimal <a
href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation,
which requires support for <a
href="https://github.com/opencontainers/image-spec">OCI-compliant</a>
multi-platform images. This may introduce issues with registry and
runtime support (e.g. <a
href="https://redirect.github.com/docker/buildx/issues/1533">Google
Cloud Run and AWS Lambda</a>). You can optionally disable the default
provenance attestation functionality using <code>provenance:
false</code>.</p>
</blockquote>
<ul>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.3.0 to 0.5.0 by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/880">docker/build-push-action#880</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1">https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/build-push-action/commit/2eb1c1961a95fc15694676618e422e8ba1d63825"><code>2eb1c19</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/880">#880</a>
from crazy-max/fix-inputlist</li>
<li><a
href="https://github.com/docker/build-push-action/commit/27376fe2fcc0da80d871a59efbf2454a9239121e"><code>27376fe</code></a>
update generated content</li>
<li><a
href="https://github.com/docker/build-push-action/commit/c9330004c22cd512c18fa9663d4b6d3709892c3a"><code>c933000</code></a>
test: build-arg with hash</li>
<li><a
href="https://github.com/docker/build-push-action/commit/dac08d41adbeac0e0e02b4bf31591be75f3784db"><code>dac08d4</code></a>
chore(deps): Bump <code>@​docker/actions-toolkit</code> from 0.3.0 to
0.5.0</li>
<li>See full diff in <a
href="https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.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=4.1.0&new-version=4.1.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2023
1 parent 71273df commit bce5e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
org.opencontainers.image.title=Vector development environment
org.opencontainers.image.url=https://github.com/vectordotdev/vector
- name: Build and push
uses: docker/build-push-action@v4.1.0
uses: docker/build-push-action@v4.1.1
with:
context: .
file: ./scripts/environment/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
uses: docker/setup-buildx-action@v2.7.0

- name: Build 'vector' target image
uses: docker/build-push-action@v4.1.0
uses: docker/build-push-action@v4.1.1
with:
context: baseline-vector/
cache-from: type=gha
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
uses: docker/setup-buildx-action@v2.7.0

- name: Build 'vector' target image
uses: docker/build-push-action@v4.1.0
uses: docker/build-push-action@v4.1.1
with:
context: comparison-vector/
cache-from: type=gha
Expand Down

0 comments on commit bce5e65

Please sign in to comment.