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