[PR #1332] [MERGED] chore(deps): bump docker/build-push-action from 3.2.0 to 3.3.0 #9003

Closed
opened 2026-02-05 13:56:54 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1332
Author: @dependabot[bot]
Created: 1/16/2023
Status: Merged
Merged: 1/16/2023
Merged by: @alextran1502

Base: mainHead: dependabot/github_actions/docker/build-push-action-3.3.0


📝 Commits (1)

  • 83437db chore(deps): bump docker/build-push-action from 3.2.0 to 3.3.0

📊 Changes

3 files changed (+12 additions, -12 deletions)

View changed files

📝 .github/workflows/build_push_docker_latest.yml (+4 -4)
📝 .github/workflows/build_push_docker_staging.yml (+4 -4)
📝 .github/workflows/build_push_server_release.yml (+4 -4)

📄 Description

Bumps docker/build-push-action from 3.2.0 to 3.3.0.

Release notes

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

v3.3.0

Full Changelog: https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0

Commits
  • 37abced Merge pull request #760 from crazy-max/test-envs
  • 67109bc test: move envs to jest config
  • d1b0eb0 Merge pull request #759 from crazy-max/fix-provenance-input
  • a0635fe update generated content
  • f834265 tests for provenance
  • 0191543 fix provenance input
  • 2a16835 Merge pull request #758 from crazy-max/revert-736
  • 9b96801 Revert build-args newline split
  • 6afac85 Merge pull request #736 from ruslandoga/build-args-newline-split
  • 3bfdd83 pre-checkin
  • 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/immich-app/immich/pull/1332 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/16/2023 **Status:** ✅ Merged **Merged:** 1/16/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dependabot/github_actions/docker/build-push-action-3.3.0` --- ### 📝 Commits (1) - [`83437db`](https://github.com/immich-app/immich/commit/83437db957af2e277b67531a88108ec1bb06c95c) chore(deps): bump docker/build-push-action from 3.2.0 to 3.3.0 ### 📊 Changes **3 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build_push_docker_latest.yml` (+4 -4) 📝 `.github/workflows/build_push_docker_staging.yml` (+4 -4) 📝 `.github/workflows/build_push_server_release.yml` (+4 -4) </details> ### 📄 Description Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 3.3.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>v3.3.0</h2> <ul> <li>Add <code>attests</code>, <code>provenance</code> and <code>sbom</code> inputs by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/746">#746</a> <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/759">#759</a>)</li> <li>Log GitHub Actions runtime token access controls by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/707">#707</a>)</li> <li>Examples moved to <a href="https://docs.docker.com/build/ci/github-actions/examples/">docs website</a> by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/718">#718</a>)</li> <li>Bump minimatch from 3.0.4 to 3.1.2 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/732">#732</a>)</li> <li>Bump csv-parse from 5.3.0 to 5.3.3 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/729">#729</a>)</li> <li>Bump json5 from 2.2.0 to 2.2.3 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/749">#749</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0">https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/build-push-action/commit/37abcedcc1da61a57767b7588cb9d03eb57e28b3"><code>37abced</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/760">#760</a> from crazy-max/test-envs</li> <li><a href="https://github.com/docker/build-push-action/commit/67109bc4b2230dc1ac72d54058d11285dc26bd87"><code>67109bc</code></a> test: move envs to jest config</li> <li><a href="https://github.com/docker/build-push-action/commit/d1b0eb0a29d50896608d0b3a0fd3c012fef617d8"><code>d1b0eb0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/759">#759</a> from crazy-max/fix-provenance-input</li> <li><a href="https://github.com/docker/build-push-action/commit/a0635fe7cdb196c0c076b004dfdc1cab820ef1d4"><code>a0635fe</code></a> update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/f8342654490edad7be0e11b54a50cdffaeac5fa0"><code>f834265</code></a> tests for provenance</li> <li><a href="https://github.com/docker/build-push-action/commit/0191543e0baf81705408d24b0d347996ef18fd71"><code>0191543</code></a> fix provenance input</li> <li><a href="https://github.com/docker/build-push-action/commit/2a168352239e71061d0e86de1b39d4c78f829a3d"><code>2a16835</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/758">#758</a> from crazy-max/revert-736</li> <li><a href="https://github.com/docker/build-push-action/commit/9b96801525351c457b1c35e08ab8ca082e18e632"><code>9b96801</code></a> Revert build-args newline split</li> <li><a href="https://github.com/docker/build-push-action/commit/6afac853c9cffda7a22e6c3b59553f3c4a4d3585"><code>6afac85</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/736">#736</a> from ruslandoga/build-args-newline-split</li> <li><a href="https://github.com/docker/build-push-action/commit/3bfdd83cd728e5d476cc7f96e54c98a5de85c9cf"><code>3bfdd83</code></a> pre-checkin</li> <li>Additional commits viewable in <a href="https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.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=3.2.0&new-version=3.3.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 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>
OVERLORD added the pull-request label 2026-02-05 13:56:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9003