Skip to content

chore(deps): bump docker/build-push-action from 6 to 7#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/build-push-action-7
Open

chore(deps): bump docker/build-push-action from 6 to 7#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/build-push-action-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor

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
  • bcafcac Merge pull request #1509 from docker/dependabot/npm_and_yarn/vite-7.3.2
  • 18e62f1 Merge pull request #1510 from docker/dependabot/npm_and_yarn/lodash-4.18.1
  • 46580d2 chore: update generated content
  • 3f80b25 chore(deps): Bump lodash from 4.17.23 to 4.18.1
  • efeec95 Merge pull request #1505 from crazy-max/refactor-git-context
  • ddf04b0 Merge pull request #1511 from docker/dependabot/github_actions/crazy-max-dot-...
  • db08d97 chore(deps): Bump the crazy-max-dot-github group with 2 updates
  • ef1fb96 Merge pull request #1508 from docker/dependabot/github_actions/docker/login-a...
  • 2d8f2a1 chore: update generated content
  • 919ac7b fix test since secrets are not written to temp path anymore
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/docker/build-push-action-7 branch 3 times, most recently from 0686767 to abbbdf1 Compare May 11, 2026 04:13
blackbeardONE pushed a commit that referenced this pull request May 11, 2026
…ld queue

The macos-build.yml workflow had never actually completed a run end-to-end
because the hosted macOS pool was queue-limited and concurrency.cancel-in-progress
only cancels runs in the same head-ref group. 14h of backlog + 6 dependabot
PRs sitting queued kept everything from ever reaching a runner.

Cancelled 10 stale queued runs via the REST API (kept the latest v0.3.0
run). On the first run that actually got a runner, the no-CGO macos-14
job failed within 0.4s with:

  go: cannot find main module, but found .git/config in /Users/runner/work/QSDM/QSDM

Root cause: build_macos.sh runs from working-directory=QSDM (the
macos-build.yml convention), but go.mod lives at QSDM/source/go.mod.
The CGO branch already handled the source/-indirection. The no-CGO
branch did not -- it just called go build directly against the QSDM
root, which has no go.mod.

Fix: mirror the same `if [[ -f source/go.mod ]]; cd source` guard
into the no-CGO branch.

Also in this session:
  * Merged dependabot PR #11 (libp2p-pubsub 0.15.0 -> 0.16.0) after
    confirming all 24 PR-CI checks were green across build-test,
    govulncheck, trivy, docker, trustcheck, and wasm.
  * PR #12 (mattn/go-sqlite3 1.14.28 -> 1.14.44) hit a go.sum conflict
    after PR #11 merged -- triggered @dependabot rebase.
  * Posted @dependabot rebase on #1, #5, #6, #7, #8, #10 so they pick
    up the session-75 ripgrep fix and re-run cleanly.
  * Deferred PR #2 (login-action 3->4) and PR #13 (build-push-action
    6->7): PR CI doesn't trigger release-container.yml (which runs
    only on push: tags: v*), so merging risks re-breaking the release
    pipeline we just stabilised in sessions 75-78. Path forward
    documented in RELEASE_NOTES_v0.3.0.md.

Co-authored-by: Cursor <cursoragent@cursor.com>
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 force-pushed the dependabot/github_actions/docker/build-push-action-7 branch from abbbdf1 to da73b80 Compare May 18, 2026 12:45
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.

0 participants