File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 38
38
- name : Cache https://
39
39
uses : actions/cache@v4
40
40
with :
41
- path : ~/.cache/deno/deps /https
41
+ path : ~/.cache/deno/remote /https
42
42
key : deno-https/v2-${{ github.sha }}
43
43
restore-keys : deno-https/v2-
44
44
66
66
- name : Cache https://
67
67
uses : actions/cache@v4
68
68
with :
69
- path : ~/.cache/deno/deps /https
70
- key : deno-https/v1 -${{ github.sha }}-doci
71
- restore-keys : deno-https/v1 -
69
+ path : ~/.cache/deno/remote /https
70
+ key : deno-https/v2 -${{ github.sha }}-doci
71
+ restore-keys : deno-https/v2 -
72
72
- name : Install denodir-oci utility
73
73
run : deno install --global --allow-read --allow-write=$HOME,${TMPDIR:-/tmp} --allow-run --allow-net --allow-env --reload=https://raw.githubusercontent.com https://raw.githubusercontent.com/cloudydeno/denodir-oci/main/doci/mod.ts
74
74
Original file line number Diff line number Diff line change @@ -18,6 +18,3 @@ targets:
18
18
alpine :
19
19
ref : ghcr.io/cloudydeno/dns-sync-alpine
20
20
baseRef : denoland/deno:alpine-$DenoVersion
21
- multiarch :
22
- ref : ghcr.io/cloudydeno/dns-sync-multiarch
23
- baseRef : lukechannings/deno:v$DenoVersion
You can’t perform that action at this time.
0 commit comments