Skip to content

Commit

Permalink
GA quay.io deploy: cache container layers (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored Nov 25, 2022
1 parent 67a1808 commit 0099f11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/quay-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-multi-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-multi-buildx
- name: Login to Quay.io
uses: docker/#-action@v2
with:
Expand Down

0 comments on commit 0099f11

Please # to comment.