Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ with full support of the features provided by [Moby BuildKit](https://github.com
builder toolkit. This includes multi-platform build, secrets, remote cache, etc.
and different builder deployment/namespacing options.

> [!TIP]
> Looking for a Docker-maintained workflow instead of composing individual
> actions? [Docker GitHub Builder](https://github.com/docker/github-builder#overview)
> provides reusable workflows for GitHub Actions that combine registry
> authentication, metadata, builder setup, multi-platform builds, cache,
> manifest creation, signing, SLSA provenance, and SBOMs. This action remains
> the flexible Buildx primitive for custom workflows, while GitHub Builder is
> the recommended path for projects that want Docker's opinionated, secure
> build pipeline with fewer per-repository CI decisions.
> See the [GitHub Builder documentation](https://docs.docker.com/build/ci/github-actions/github-builder/).

![Screenshot](.github/build-push-action.png)

___
Expand Down
Loading