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 67a1808 commit 0099f11Copy full SHA for 0099f11
.github/workflows/quay-publish.yml
@@ -17,6 +17,13 @@ jobs:
17
uses: docker/setup-qemu-action@v2
18
- name: Set up Docker Buildx
19
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
27
- name: Login to Quay.io
28
uses: docker/login-action@v2
29
with:
0 commit comments