Skip to content

Commit f6bf255

Browse files
committed
Cache docker build layers
1 parent a150f6e commit f6bf255

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2626
aws-region: ${{ secrets.AWS_REGION }}
2727

28+
- name: Cache Docker layers
29+
uses: actions/cache@v2
30+
with:
31+
path: ~/.docker
32+
key: ${{ runner.os }}-docker-${{ hashFiles('**/Dockerfile')}}
33+
2834
- name: Set up environment
2935
run: ./scripts/bootstrap
3036

0 commit comments

Comments
 (0)