Skip to content

Commit 955b1da

Browse files
authored
Update docker.yml
1 parent f703b07 commit 955b1da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
uses: docker/setup-qemu-action@v1
1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@v1
21+
- name: Cache Docker layers
22+
uses: actions/cache@v2
23+
with:
24+
path: /tmp/.buildx-cache
25+
key: ${{ runner.os }}-buildx-${{ github.sha }}
26+
restore-keys: |
27+
${{ runner.os }}-buildx-
2128
- name: Login to DockerHub
2229
uses: docker/login-action@v1
2330
with:

0 commit comments

Comments
 (0)