Skip to content

Commit 6afbbff

Browse files
committed
[auto]
1 parent 53975b6 commit 6afbbff

File tree

17 files changed

+20409
-919
lines changed

17 files changed

+20409
-919
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

.github/workflows/test_readme.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

action.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
name: Docker Layer Caching
22
description: ''
3-
43
branding:
5-
icon: 'layers'
6-
color: 'blue'
7-
4+
icon: layers
5+
color: blue
86
inputs:
97
repotag:
108
description: The image repotag to be cached.
119
required: true
1210
key:
1311
description: The key name to store cache.
1412
required: true
15-
16-
1713
runs:
1814
using: node12
19-
main: main.ts
20-
post: post.ts
15+
main: dist/ttsc-dist/main.js/index.js
16+
post: dist/ttsc-dist/post.js/index.js

0 commit comments

Comments
 (0)