Skip to content

Commit 1aeb6c0

Browse files
committed
[auto]
1 parent 28d34c3 commit 1aeb6c0

20 files changed

+20862
-1167
lines changed

.dockerignore

-2
This file was deleted.

.github/workflows/release.yml

-185
This file was deleted.

.github/workflows/test_readme.yml

-45
This file was deleted.

.gitignore

-4
This file was deleted.

LICENSE

-21
This file was deleted.

README.md

-16
This file was deleted.

action.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
name: Docker Layer Caching
22
description: Cache images created between main run and post run
3-
43
branding:
54
icon: layers
65
color: blue
7-
86
inputs:
97
key:
108
description: An explicit key for restoring and saving the cache
119
required: true
12-
default: docker-layer-caching-${{ github.workflow }}-{hash}
10+
default: 'docker-layer-caching-${{ github.workflow }}-{hash}'
1311
restore-keys:
14-
description: An ordered list of keys to use for restoring the cache if no cache hit occurred for key
12+
description: >-
13+
An ordered list of keys to use for restoring the cache if no cache hit
14+
occurred for key
1515
required: false
16-
default: docker-layer-caching-${{ github.workflow }}-
17-
16+
default: 'docker-layer-caching-${{ github.workflow }}-'
1817
runs:
1918
using: node12
20-
main: main.ts
21-
post: post.ts
19+
main: dist/ttsc-dist/main.js/index.js
20+
post: dist/ttsc-dist/post.js/index.js

0 commit comments

Comments
 (0)