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 935bca1 commit 255d63aCopy full SHA for 255d63a
.github/workflows/dockerbuild.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: docker/setup-buildx-action@v1
46
-
47
name: Cache Docker layers
48
- uses: actions/cache@v2
+ uses: actions/cache@v4
49
with:
50
path: /tmp/.buildx-cache
51
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments