From d2acb067a540603c773047a9351ded55eda478f6 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 30 May 2025 14:42:41 -0400 Subject: [PATCH] action: add missing option string --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 88690cf..3fcd6a5 100644 --- a/action.yml +++ b/action.yml @@ -36,6 +36,10 @@ inputs: builder: description: "Builder instance" required: false + buildx-version: + description: "Version of Buildx to install" + required: false + default: 'v0.23.0' cache-from: description: "List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir)" required: false