We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99abdf commit d2add41Copy full SHA for d2add41
action.yml
@@ -6,13 +6,14 @@ branding:
6
color: 'blue'
7
8
inputs:
9
- repotag:
10
- description: The image repotag to be cached.
11
- required: true
12
key:
13
- description: The key name to store cache.
+ description: An explicit key for restoring and saving the cache
14
required: true
15
-
+ default: docker-layer-caching-${{ github.workflow }}-{hash}
+ restore-keys:
+ description: An ordered list of keys to use for restoring the cache if no cache hit occurred for key
+ required: false
16
+ default: docker-layer-caching-${{ github.workflow }}-
17
18
runs:
19
using: node12
0 commit comments