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

action: add missing option string
pull/1393/head
Aditya Maru 4 months ago committed by GitHub
commit 6fe3b1c366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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