2
0
Fork 0
mirror of https://code.forgejo.org/docker/build-push-action.git synced 2025-08-17 17:20:53 +00:00

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: builder:
description: "Builder instance" description: "Builder instance"
required: false required: false
buildx-version:
description: "Version of Buildx to install"
required: false
default: 'v0.23.0'
cache-from: cache-from:
description: "List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir)" description: "List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir)"
required: false required: false