action: add missing option string

pull/1393/head
Claude 7 months ago
parent 68105fca60
commit d2acb067a5

@ -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

Loading…
Cancel
Save