File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 50
50
uses : docker/setup-buildx-action@v1
51
51
-
52
52
name : Cache Docker layers
53
- uses : actions/cache@v2
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : /tmp/.buildx-cache
56
56
key : ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
98
98
uses : docker/setup-buildx-action@v1
99
99
-
100
100
name : Cache Docker layers
101
- uses : actions/cache@v2
101
+ uses : actions/cache@v4
102
102
with :
103
103
path : /tmp/.buildx-cache
104
104
key : ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
Original file line number Diff line number Diff line change 60
60
uses : docker/setup-buildx-action@v1
61
61
-
62
62
name : Cache Docker Layers
63
- uses : actions/cache@v2
63
+ uses : actions/cache@v4
64
64
with :
65
65
path : /tmp/.buildx-cache
66
66
key : ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
@@ -147,7 +147,7 @@ jobs:
147
147
uses : docker/setup-buildx-action@v1
148
148
-
149
149
name : Cache Docker Layers
150
- uses : actions/cache@v2
150
+ uses : actions/cache@v4
151
151
with :
152
152
path : /tmp/.buildx-cache
153
153
key : ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
@@ -255,7 +255,7 @@ jobs:
255
255
uses : docker/setup-buildx-action@v1
256
256
-
257
257
name : Cache Docker Layers
258
- uses : actions/cache@v2
258
+ uses : actions/cache@v4
259
259
with :
260
260
path : /tmp/.buildx-cache
261
261
key : ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
@@ -337,7 +337,7 @@ jobs:
337
337
uses : docker/setup-buildx-action@v1
338
338
-
339
339
name : Cache Docker Layers
340
- uses : actions/cache@v2
340
+ uses : actions/cache@v4
341
341
with :
342
342
path : /tmp/.buildx-cache
343
343
key : ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
You can’t perform that action at this time.
0 commit comments