Skip to content

Commit

Permalink
[auto]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 16, 2020
1 parent d2add41 commit 6ff5731
Show file tree
Hide file tree
Showing 20 changed files with 20,848 additions and 1,146 deletions.
2 changes: 0 additions & 2 deletions .dockerignore

This file was deleted.

185 changes: 0 additions & 185 deletions .github/workflows/release.yml

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore

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.

19 changes: 9 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name: Docker Layer Caching
description: ''

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

icon: layers
color: blue
inputs:
key:
description: An explicit key for restoring and saving the cache
required: true
default: docker-layer-caching-${{ github.workflow }}-{hash}
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
description: >-
An ordered list of keys to use for restoring the cache if no cache hit
occurred for key
required: false
default: docker-layer-caching-${{ github.workflow }}-

default: 'docker-layer-caching-${{ github.workflow }}-'
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 6ff5731

Please sign in to comment.