We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4582354 commit 8c14380Copy full SHA for 8c14380
.github/workflows/test_readme.yml
@@ -15,6 +15,9 @@ jobs:
15
- uses: actions/checkout@v2
16
- run: docker-compose -f test_project/docker-compose.yml -p test_project pull
17
- uses: satackey/action-docker-layer-caching@v0.0
18
+ with:
19
+ key: docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-{hash}
20
+ restore-keys: docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-
21
- run: docker rmi $(docker image ls -q)
22
- run: docker-compose -f test_project/docker-compose.yml -p test_project build --no-cache
23
0 commit comments