Skip to content

Commit 0099f11

Browse files
authored
GA quay.io deploy: cache container layers (#1768)
1 parent 67a1808 commit 0099f11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/quay-publish.yml

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

0 commit comments

Comments
 (0)