From 6c26b6b7f02c84f17b0a44059d785804fa0efb81 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:55:37 +0100 Subject: [PATCH] readme: fix link to bake workflow Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7776045..9abbc21 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ on: ### Bake reusable workflow -The [`bake.yml` reusable workflow](.github/workflows/build.yml) lets you build +The [`bake.yml` reusable workflow](.github/workflows/bake.yml) lets you build container images and artifacts from a [Bake definition](https://docs.docker.com/build/bake/) with a user experience similar to [`docker/bake-action`](https://github.com/docker/bake-action/). It provides a Docker-maintained, opinionated build pipeline that applies best