Skip to content

chore(deps): update docker/bake-action action to v7#1395

Merged
int128 merged 2 commits intomainfrom
renovate/docker-bake-action-7.x
Apr 19, 2026
Merged

chore(deps): update docker/bake-action action to v7#1395
int128 merged 2 commits intomainfrom
renovate/docker-bake-action-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 13, 2026

This PR contains the following updates:

Package Type Update Change
docker/bake-action action major v6.10.0v7.1.0

Release Notes

docker/bake-action (docker/bake-action)

v7.1.0

Compare Source

Full Changelog: docker/bake-action@v7.0.0...v7.1.0

v7.0.0

Compare Source

Full Changelog: docker/bake-action@v6.10.0...v7.0.0


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 8am on Saturday,before 8am on Sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from int128 March 13, 2026 22:40
@renovate renovate Bot force-pushed the renovate/docker-bake-action-7.x branch from 262a9b7 to 077c50a Compare March 26, 2026 18:45
@renovate renovate Bot force-pushed the renovate/docker-bake-action-7.x branch 2 times, most recently from 9ad27b0 to 20f2307 Compare April 15, 2026 15:58
@int128 int128 requested a review from Copilot April 16, 2026 10:43
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CI workflow dependency on docker/bake-action to the v7 major release, aligning the repository’s GitHub Actions build tooling with the latest upstream version.

Changes:

  • Bumps docker/bake-action from v6.10.0 to v7.0.0 (pinned SHA) in the TypeScript workflow.
Comments suppressed due to low confidence (1)

.github/workflows/ts.yaml:64

  • docker/bake-action v7 changed workdir semantics (release notes: workdir merged into source). Keeping workdir: tests/fixture while also setting source: . is likely to either fail with an unexpected input or run the bake from the wrong directory. Update this step to use only source (e.g., point source at tests/fixture, or otherwise follow the v7 source semantics) and remove workdir.
      - uses: docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7.0.0
        with:
          push: ${{ github.event_name == 'push' }}
          workdir: tests/fixture
          source: .

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@renovate renovate Bot force-pushed the renovate/docker-bake-action-7.x branch from 20f2307 to 0dac354 Compare April 16, 2026 23:09
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 19, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@int128 int128 merged commit c41c42f into main Apr 19, 2026
3 checks passed
@int128 int128 deleted the renovate/docker-bake-action-7.x branch April 19, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants