You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,11 @@ inputs:
4
4
cache-map:
5
5
description: "The map of actions source paths to container destination paths or mount arguments. If not provided, the Dockerfile will be used to determine the cache paths."
6
6
dockerfile:
7
-
description: "The Dockerfile to use for the auto-discovery of cache-map. Default: `Dockerfile`"
7
+
description: "The Dockerfile to use for auto-discovery of the cache-map. Default: `Dockerfile`"
8
8
default: "Dockerfile"
9
+
cache-dir:
10
+
description: "The root directory where cache content is injected from/extracted to when using auto-discovery of the cache-map. If not provided, each cache mount `target` will be used as a source path."
11
+
default: ""
9
12
cache-source:
10
13
deprecationMessage: "Use `cache-map` instead"
11
14
description: "Where the cache is stored in the calling workspace. Default: `cache`"
0 commit comments