Skip to content

Commit 8c14380

Browse files
authored
Update test_readme.yml
1 parent 4582354 commit 8c14380

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_readme.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- run: docker-compose -f test_project/docker-compose.yml -p test_project pull
1717
- 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 }}-
1821
- run: docker rmi $(docker image ls -q)
1922
- run: docker-compose -f test_project/docker-compose.yml -p test_project build --no-cache
2023

0 commit comments

Comments
 (0)