1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-06-28 00:06:42 +02:00

Support to retain cache

Signed-off-by: Balaji Arun <balajia@vt.edu>
This commit is contained in:
Balaji Arun 2023-02-23 13:11:05 -08:00 committed by CrazyMax
parent 3f1544eb9e
commit 4143b5899b
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
6 changed files with 88 additions and 11 deletions

View file

@ -50,6 +50,12 @@ inputs:
cleanup:
description: 'Cleanup temp files and remove builder at the end of a job'
default: 'true'
keep-state:
description: 'Keep BuildKit state on cleanup. This is only useful on persistent self-hosted runners.'
default: 'false'
required: false
name:
description: 'Builder name set when creating the builder. If not specified, one will be generated.'
required: false
# TODO: remove deprecated config and config-inline inputs
config: