Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps docker/bake-action from 5 to 6.

Release notes

Sourced from docker/bake-action's releases.

v6.0.0

[!IMPORTANT] This major release uses the Git context to build from a remote bake definition by default like docker/build-push-action does to be consistent. If you want to keep the old behavior using the Path context, you need to update your workflow and set source: .

Full Changelog: docker/bake-action@v5.11.0...v6.0.0

v5.11.0

list-targets subaction changes:

Full Changelog: docker/bake-action@v5.10.0...v5.11.0

v5.10.0

Full Changelog: docker/bake-action@v5.9.0...v5.10.0

v5.9.0

Full Changelog: docker/bake-action@v5.8.0...v5.9.0

v5.8.0

Full Changelog: docker/bake-action@v5.7.0...v5.8.0

v5.7.0

Full Changelog: docker/bake-action@v5.6.1...v5.7.0

v5.6.1

Full Changelog: docker/bake-action@v5.6.0...v5.6.1

v5.6.0

... (truncated)

Commits
  • 5ca506d Merge pull request #277 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • da6b67e chore: update generated content
  • 23b87eb chore(deps): Bump @​docker/actions-toolkit from 0.47.0 to 0.49.0
  • f26d1f2 Merge pull request #193 from crazy-max/git-context-optout
  • 3ba2682 chore: update generated content
  • d2bf1df default to git context
  • 1677316 Merge pull request #274 from crazy-max/update-readme
  • 289179a readme: move login step up
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5 to 6.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2025
@milosgajdos
Copy link
Member

@crazy-max @tonistiigi looks like the new bake action is looking for some metadata file that does not exist 🧐

@crazy-max
Copy link
Contributor

@crazy-max @tonistiigi looks like the new bake action is looking for some metadata file that does not exist 🧐

Ah yes it needs some changes to the workflow, let me check.

@tonistiigi
Copy link
Contributor

v6 action switched to git context by default https://github.com/docker/bake-action/releases/tag/v6.0.0 . You need to set the metadata file https://github.com/distribution/distribution/pull/4552/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721R153 with cwd:// prefix to make it sure that it loads from current directory or add source: . to build from the directory checked out by actions/checkout.

@crazy-max We should probably call out the metadata-action case explicitly in the changelog as seems quite common. Afaics the readme for metadata-action itself is already using cwd:// everywhere.

@crazy-max
Copy link
Contributor

@milosgajdos Opened #4554

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/docker/bake-action-6 branch January 10, 2025 10:06
Copy link

@Queenbih87 Queenbih87 left a comment

Choose a reason for hiding this comment

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

Reviewed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants