Skip to content

Commit

Permalink
[auto]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 14, 2020
1 parent 53975b6 commit 6afbbff
Show file tree
Hide file tree
Showing 17 changed files with 20,409 additions and 919 deletions.
92 changes: 0 additions & 92 deletions .github/workflows/release.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/test_readme.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

20 changes: 0 additions & 20 deletions README.md

This file was deleted.

12 changes: 4 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
name: Docker Layer Caching
description: ''

branding:
icon: 'layers'
color: 'blue'

icon: layers
color: blue
inputs:
repotag:
description: The image repotag to be cached.
required: true
key:
description: The key name to store cache.
required: true


runs:
using: node12
main: main.ts
post: post.ts
main: dist/ttsc-dist/main.js/index.js
post: dist/ttsc-dist/post.js/index.js
Loading

0 comments on commit 6afbbff

Please sign in to comment.