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:
description: "Whether the container will be cached or not"
required: false
default: false
default: true
tags:
description: "The tags of the image"
required: false