From 6672c10de6a07ebece046778593655fb87b6e4ce Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 28 May 2026 12:11:43 +0200 Subject: [PATCH] mention Docker GitHub Builder in the README Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6e03dea..c4413ad 100644 --- a/README.md +++ b/README.md @@ -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) ___