chore(deps): update docker/bake-action action to v7#1395
Merged
Conversation
262a9b7 to
077c50a
Compare
9ad27b0 to
20f2307
Compare
There was a problem hiding this comment.
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-actionfromv6.10.0tov7.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
workdirsemantics (release notes:workdirmerged intosource). Keepingworkdir: tests/fixturewhile also settingsource: .is likely to either fail with an unexpected input or run the bake from the wrong directory. Update this step to use onlysource(e.g., pointsourceattests/fixture, or otherwise follow the v7sourcesemantics) and removeworkdir.
- 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.
20f2307 to
0dac354
Compare
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.10.0→v7.1.0Release Notes
docker/bake-action (docker/bake-action)
v7.1.0Compare Source
Full Changelog: docker/bake-action@v7.0.0...v7.1.0
v7.0.0Compare Source
workdirinput is now merged intosource; usesourcefor local and remote (docs) by @crazy-max in #365DOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenvs by @crazy-max in #386list-targetssubaction (usematrixsubaction instead) by @crazy-max in #370Full Changelog: docker/bake-action@v6.10.0...v7.0.0
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.