Skip to content

Bump docker/build-push-action from 6 to 7#67

Merged
docktermj merged 1 commit intomainfrom
dependabot/github_actions/docker/build-push-action-7
Mar 30, 2026
Merged

Bump docker/build-push-action from 6 to 7#67
docktermj merged 1 commit intomainfrom
dependabot/github_actions/docker/build-push-action-7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps docker/build-push-action from 6 to 7.

Release notes

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

v7.0.0

Full Changelog: docker/build-push-action@v6.19.2...v7.0.0

v6.19.2

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Full Changelog: docker/build-push-action@v6.18.0...v6.19.0

v6.18.0

[!NOTE] Build summary is now supported with Docker Build Cloud.

Full Changelog: docker/build-push-action@v6.17.0...v6.18.0

v6.17.0

[!NOTE] Build record is now exported using the buildx history export command instead of the legacy export-build tool.

Full Changelog: docker/build-push-action@v6.16.0...v6.17.0

v6.16.0

... (truncated)

Commits
  • d08e5c3 Merge pull request #1479 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • cbd2dff chore: update generated content
  • f76f51f chore(deps): Bump @​docker/actions-toolkit from 0.78.0 to 0.79.0
  • 7d03e66 Merge pull request #1473 from crazy-max/rm-deprecated-envs
  • 98f853d chore: update generated content
  • cadccf6 remove deprecated envs
  • 03fe877 Merge pull request #1478 from docker/dependabot/github_actions/docker/setup-b...
  • 827e366 chore(deps): Bump docker/setup-buildx-action from 3 to 4
  • e25db87 Merge pull request #1474 from crazy-max/rm-export-build-tool
  • 1ac2573 Merge pull request #1470 from crazy-max/node24
  • 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 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)

Resolves #1479
Resolves #1473
Resolves #1478
Resolves #1474
Resolves #1470
Resolves docker/build-push-action#1470
Resolves docker/build-push-action#1473
Resolves docker/build-push-action#1474
Resolves docker/build-push-action#1466
Resolves docker/build-push-action#1454
Resolves docker/build-push-action#1453
Resolves docker/build-push-action#1472
Resolves docker/build-push-action#1479
Resolves docker/build-push-action#1463
Resolves docker/build-push-action#1458
Resolves docker/build-push-action#1456
Resolves docker/build-push-action#1451
Resolves docker/build-push-action#1396
Resolves docker/build-push-action#1391
Resolves docker/build-push-action#1429
Resolves docker/build-push-action#1446
Resolves docker/build-push-action#1398
Resolves docker/build-push-action#1397
Resolves docker/build-push-action#1381
Resolves docker/build-push-action#1364
Resolves docker/build-push-action#1343

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 27, 2026 15:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 27, 2026
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Change: Bump docker/build-push-action from v6 to v7 in action.yaml:158


Code Quality

  • Style guide — Single-line version bump, no style concerns.
  • No commented-out code — None present in the diff.
  • Meaningful variable names — N/A for this change.
  • DRY principle — N/A for this change.
  • Defects — No bugs or logic errors introduced. This is a straightforward dependency version bump. No breaking changes are anticipated for this use case based on the inputs used (annotations, build-args, context, file, platforms, provenance, push, sbom, tags).

Testing

  • Unit/integration tests — N/A; no new functions or logic added.
  • Edge cases — N/A.
  • Test coverage — N/A.

Documentation

  • README — No update needed for a dependency bump.
  • API docs — N/A.
  • Inline comments — N/A.
  • CHANGELOG.md not updatedCHANGELOG.md has no entry for this dependency bump. The most recent entry is [1.1.0] - 2023-12-06. Dependency upgrades should be recorded.

Security

  • No hardcoded credentials — None present.
  • Input validation — Existing validation unchanged.
  • Error handling — Unchanged.
  • No sensitive data in logs — Unchanged.
  • No license files (.lic) — None present.

Summary: The change is clean and low-risk. The only issue is the missing CHANGELOG.md entry for this dependency bump.

Automated code review analyzing defects and coding standards

@github-actions
Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@docktermj docktermj merged commit 03babad into main Mar 30, 2026
20 checks passed
@docktermj docktermj deleted the dependabot/github_actions/docker/build-push-action-7 branch March 30, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants