1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

disable skopeo cache

This commit is contained in:
Jason N. 2024-03-12 08:06:58 -04:00
parent 8af330d322
commit 8af88e61c0

View file

@ -23,7 +23,7 @@ inputs:
enable_cache_skopeo: enable_cache_skopeo:
description: Whether to enable caching for skopeo description: Whether to enable caching for skopeo
required: false required: false
default: "true" default: "false"
enrollment_password: enrollment_password:
description: Used for supporting secure boot (requires secure_boot_key_url to be defined) description: Used for supporting secure boot (requires secure_boot_key_url to be defined)
required: false required: false