Releases: docker/bake-action
v6.4.0
- Bump @docker/actions-toolkit from 0.53.0 to 0.55.0 in #303
Full Changelog: v6.3.0...v6.4.0
v6.3.0
- Bump @docker/actions-toolkit from 0.51.0 to 0.53.0 in #297
Full Changelog: v6.2.0...v6.3.0
v5.13.0
- Bump @docker/actions-toolkit from 0.51.0 to 0.53.0 by @crazy-max in #298
Full Changelog: v5.12.0...v5.13.0
v3.2.0
- Mark buildx >= 0.20.0 as incompatible with docker/bake-action < v5 by @crazy-max in #293
Full Changelog: v3.1.0...v3.2.0
v5.12.0
- Bump @docker/actions-toolkit from 0.47.0 to 0.51.0 by @crazy-max in #291
Full Changelog: v5.11.0...v5.12.0
v4.7.0
- Mark buildx >= 0.20.0 as incompatible with docker/bake-action < v5 by @crazy-max in #290
Full Changelog: v4.6.0...v4.7.0
v6.2.0
- Bump @docker/actions-toolkit from 0.50.0 to 0.51.0 in #286
Full Changelog: v6.1.1...v6.2.0
v6.1.1
- Revert "Set
GIT_AUTH_TOKEN
secret if Git context used" by @crazy-max in #285
Full Changelog: v6.1.0...v6.1.1
v6.1.0
- Set
GIT_AUTH_TOKEN
secret if Git context used by @crazy-max in #284 - Bump @docker/actions-toolkit from 0.49.0 to 0.50.0 in #283
Full Changelog: v6.0.0...v6.1.0
v6.0.0
- Default to git context by @crazy-max in #193
- Bump @docker/actions-toolkit from 0.47.0 to 0.49.0 in #277
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're using docker/metadata-action
with bake and a remote bake definition, you need to set the cwd://
prefix to combine the remote one with the local one. More info: #287 (comment)
If you want to keep the old behavior using the Path context, you need to update your workflow and set source: .
Full Changelog: v5.11.0...v6.0.0