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 69df251 commit 5947fd2Copy full SHA for 5947fd2
.github/workflows/quay-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Docker Buildx
19
uses: docker/setup-buildx-action@v2
20
- name: Cache Docker layers
21
- uses: actions/cache@v2
+ uses: actions/cache@v3
22
with:
23
path: /tmp/.buildx-cache
24
key: ${{ runner.os }}-multi-buildx-${{ github.sha }}
0 commit comments