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 783e644 commit e68b1dbCopy full SHA for e68b1db
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: docker/setup-buildx-action@v1.6.0
42
43
- name: Cache Docker layers
44
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3
45
with:
46
path: /tmp/.buildx-cache
47
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments