From 1367d98caa67d9e97bd1f3d83c6cb34b9dc2a1c2 Mon Sep 17 00:00:00 2001 From: meator Date: Wed, 23 Jul 2025 17:33:43 +0200 Subject: [PATCH] README.md: fix link The old link pointed to a section which no longer exists. Signed-off-by: meator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b63ded3..10fc84a 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ The following inputs can be used as `step.with` keys | Name | Type | Description | |----------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `builder` | String | Builder instance (see [setup-buildx](https://github.com/docker/setup-buildx-action) action) | -| `source` | String | Context to build from. Can be either local (`.`) or a [remote bake definition](https://docs.docker.com/build/customize/bake/file-definition/#remote-definition) | +| `source` | String | Context to build from. Can be either local (`.`) or a [remote bake definition](https://docs.docker.com/build/bake/remote-definition/) | | `allow` | List/CSV | Allow build to access specified resources (e.g., `network.host`) | | `files` | List/CSV | List of [bake definition files](https://docs.docker.com/build/customize/bake/file-definition/) | | `workdir` | String | Working directory of execution |