bake-action
bake-action copied to clipboard
GitHub Action to use Docker Buildx Bake as a high-level build command
A rough draft that hopefully makes sense, let me know what you think! resolves #81
This a great, github action. Makes it super easy to get all our required docker images built and published in CI. Is it possible to support building across multiple native...
follow-up https://github.com/docker/setup-buildx-action/pull/175 There are cases where quotes need to be used for multi values fields like `name` for image type `output`: ```yaml set: | *.output=type=image,name="moby/buildkit:v0.11.0,moby/buildkit:latest",push=true ``` Currently it would fail...
### Behaviour When using a workflow that triggers on a TAG it fails to hit the cache when triggering the workflow with a follow on version tag. Removing the tag...
### Behaviour This tool looks like exactly what I need, and it almost works, but I'm stuck on the following: Only some of my images are cached between jobs and...
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...
follow-up https://github.com/docker/bake-action/pull/181
Hi, I believe it would be super helpful to provide some guidelines on how to implement gha caching while using this action. Docker's documentation also doesn't mention anything about when...
similar to https://github.com/docker/setup-buildx-action/issues/301 see https://github.com/docker/buildx/actions/runs/8162802915/job/22314599528#step:7:115 
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/bake-action/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug, and: - [X] The documentation does not mention anything about my problem...