Skip to content

Commit

Permalink
[auto]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 17, 2020
1 parent 28d34c3 commit 1aeb6c0
Show file tree
Hide file tree
Showing 20 changed files with 20,862 additions and 1,167 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.

45 changes: 0 additions & 45 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.

16 changes: 0 additions & 16 deletions README.md

This file was deleted.

15 changes: 7 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name: Docker Layer Caching
description: Cache images created between main run and post run

branding:
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 1aeb6c0

Please sign in to comment.