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 94e5db4 commit b75c26bCopy full SHA for b75c26b
.github/workflows/push_image.yml
@@ -23,7 +23,7 @@ jobs:
23
echo TAG $TAG
24
25
- name: Cache Docker layers
26
- uses: actions/cache@v2
+ uses: actions/cache@v4
27
with:
28
path: /tmp/.buildx-cache
29
key: ${{ github.ref }}-${{ github.sha }}
.github/workflows/test_build.yml
@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
30
31
32
0 commit comments