Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey committed Jun 14, 2020
1 parent 16c1cda commit 53975b6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test_readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on: push

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: satackey/[email protected]
with:
repotag: amazon/aws-cli
key: aws-cli-docker-image

- run: docker pull amazon/aws-cli
- run: docker run --rm -it amazon/aws-cli --version
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# action-docker-layer-caching

```yaml
name: CI

on: push

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: satackey/[email protected]
with:
repotag: amazon/aws-cli
key: aws-cli-docker-image

- run: docker pull amazon/aws-cli
- run: docker run --rm -it amazon/aws-cli --version
```

0 comments on commit 53975b6

Please sign in to comment.