File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ updates:
21
21
actions-deps :
22
22
patterns :
23
23
- ' *'
24
+ exclude-patterns :
25
+ - ' ScribeMD/docker-cache' # dont update docker-cache because we use a custom fix, see test.yml and memtest.yml
24
26
- package-ecosystem : ' npm' # See documentation for possible values
25
27
directory : ' /' # Location of package manifests
26
28
schedule :
Original file line number Diff line number Diff line change 52
52
echo "result=$(grep -r -h "image: '" e2e | shasum | base64)" >> "$GITHUB_OUTPUT"
53
53
- if : runner.os == 'Linux'
54
54
name : Cache Docker Images
55
- uses : ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # 0.5.0 + https://github.com/ScribeMD/docker-cache/pull/838
55
+ uses : ScribeMD/docker-cache@e1be5d7e63cc5f0c6400d8cb86d3d899a7fd71e2 # 0.5.0 + https://github.com/ScribeMD/docker-cache/pull/838
56
56
continue-on-error : true
57
57
with :
58
58
key : docker-images-${{ runner.os }}-${{ steps.hash-docker-images.outputs.result }}
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
echo "result=$(grep -r -h "image: '" e2e | shasum | base64)" >> "$GITHUB_OUTPUT"
157
157
- if : runner.os == 'Linux'
158
158
name : Cache Docker Images
159
- uses : ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # 0.5.0 + https://github.com/ScribeMD/docker-cache/pull/838
159
+ uses : ScribeMD/docker-cache@e1be5d7e63cc5f0c6400d8cb86d3d899a7fd71e2 # 0.5.0 + https://github.com/ScribeMD/docker-cache/pull/838
160
160
continue-on-error : true
161
161
with :
162
162
key : docker-images-${{ runner.os }}-${{ steps.hash-docker-images.outputs.result }}
You can’t perform that action at this time.
0 commit comments