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 8fa69bf commit ab69f0aCopy full SHA for ab69f0a
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
uses: docker/setup-buildx-action@v3
37
38
- name: Cache Docker layers
39
- uses: actions/cache@v2
+ uses: actions/cache@v4
40
with:
41
path: /tmp/.buildkit-cache
42
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments