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 df16525 commit 1e44c53Copy full SHA for 1e44c53
.github/workflows/docker.build.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/[email protected]
30
-
31
name: Cache Docker layers
32
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4
33
with:
34
path: /tmp/.buildx-cache
35
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments