Merge pull request #117 from useblacksmith/add-missing-option

action: add missing option string
This commit is contained in:
Aditya Maru 2025-05-30 15:02:06 -04:00 committed by GitHub
commit 6fe3b1c366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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