We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17489d1 commit f2e1072Copy full SHA for f2e1072
.github/workflows/reusable-build-and-push.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: docker/setup-buildx-action@v2
40
41
- name: Cache Docker layers
42
- uses: actions/cache@v3
+ uses: actions/cache@v4
43
with:
44
path: /tmp/.buildx-cache
45
key: ${{ runner.os }}-buildx-${{ github.ref }}
0 commit comments