Fix: change default caching to true

This commit is contained in:
2025-04-19 17:18:07 +08:00
parent 3c08f2a41b
commit 17d50d8c97

View File

@@ -32,7 +32,7 @@ inputs:
cache: cache:
description: "Whether the container will be cached or not" description: "Whether the container will be cached or not"
required: false required: false
default: false default: true
tags: tags:
description: "The tags of the image" description: "The tags of the image"
required: false required: false