mirror of
https://github.com/docker/build-push-action.git
synced 2025-08-09 18:12:12 +00:00
action: add missing option string
This commit is contained in:
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…
x
Reference in New Issue
Block a user