Skip to content

Commit d2add41

Browse files
committed
default keys
1 parent c99abdf commit d2add41

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

action.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ branding:
66
color: 'blue'
77

88
inputs:
9-
repotag:
10-
description: The image repotag to be cached.
11-
required: true
129
key:
13-
description: The key name to store cache.
10+
description: An explicit key for restoring and saving the cache
1411
required: true
15-
12+
default: docker-layer-caching-${{ github.workflow }}-{hash}
13+
restore-keys:
14+
description: An ordered list of keys to use for restoring the cache if no cache hit occurred for key
15+
required: false
16+
default: docker-layer-caching-${{ github.workflow }}-
1617

1718
runs:
1819
using: node12

0 commit comments

Comments
 (0)