build(deps): Bump docker/build-push-action from 3.1.0 to 7.1.0#878
build(deps): Bump docker/build-push-action from 3.1.0 to 7.1.0#878dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.1.0...v7.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9868579. Configure here.
|
|
||
| - name: Publish to Docker Hub | ||
| uses: docker/build-push-action@v3.1.0 | ||
| uses: docker/build-push-action@v7.1.0 |
There was a problem hiding this comment.
Incompatible Docker action versions after major bump
Medium Severity
Bumping docker/build-push-action from v3 to v7 without updating docker/setup-buildx-action (still at v2.0.0) creates a version mismatch. The v7 release of build-push-action uses @docker/actions-toolkit 0.79.0+ and is typically paired with setup-buildx-action v3 or v4. The old v2.0.0 of setup-buildx-action may not provide the builder metadata and capabilities that v7 expects, potentially causing CI failures.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 9868579. Configure here.


Bumps docker/build-push-action from 3.1.0 to 7.1.0.
Release notes
Sourced from docker/build-push-action's releases.
... (truncated)
Commits
bcafcacMerge pull request #1509 from docker/dependabot/npm_and_yarn/vite-7.3.218e62f1Merge pull request #1510 from docker/dependabot/npm_and_yarn/lodash-4.18.146580d2chore: update generated content3f80b25chore(deps): Bump lodash from 4.17.23 to 4.18.1efeec95Merge pull request #1505 from crazy-max/refactor-git-contextddf04b0Merge pull request #1511 from docker/dependabot/github_actions/crazy-max-dot-...db08d97chore(deps): Bump the crazy-max-dot-github group with 2 updatesef1fb96Merge pull request #1508 from docker/dependabot/github_actions/docker/login-a...2d8f2a1chore: update generated content919ac7bfix test since secrets are not written to temp path anymoreDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Low risk dependency bump limited to the GitHub Actions Docker publish workflow; main risk is CI build/push behavior changes due to the major version upgrade.
Overview
Updates the Docker publish GitHub Actions workflow to use
docker/build-push-action@v7.1.0instead ofv3.1.0when building and pushing multi-arch images to Docker Hub.Reviewed by Cursor Bugbot for commit 9868579. Bugbot is set up for automated code reviews on this repo. Configure here.