Fix: change default caching to true
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user