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 e04495b commit b442851Copy full SHA for b442851
.github/workflows/oci.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# https://evilmartians.com/chronicles/build-images-on-github-actions-with-docker-layer-caching
70
- name: Cache Docker layers
71
- uses: actions/cache@v3
+ uses: actions/cache@v4
72
with:
73
path: /tmp/.buildx-cache
74
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments