Skip to content

Commit 04c2e8f

Browse files
Copilotdannystaple
andcommitted
Switch Docker cache from type=gha to type=registry for all services
Co-authored-by: dannystaple <426859+dannystaple@users.noreply.github.com>
1 parent 8ffaafe commit 04c2e8f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docker-compose.ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,55 @@ services:
22
serve:
33
build:
44
cache_from:
5-
- type=gha
5+
- type=registry,ref=orionrobots/orionrobots-site:cache
66
cache_to:
7-
- type=gha,mode=max
7+
- type=registry,ref=orionrobots/orionrobots-site:cache,mode=max
88

99
dist:
1010
build:
1111
cache_from:
12-
- type=gha
12+
- type=registry,ref=orionrobots/orionrobots-site:cache
1313
cache_to:
14-
- type=gha,mode=max
14+
- type=registry,ref=orionrobots/orionrobots-site:cache,mode=max
1515

1616
build:
1717
build:
1818
cache_from:
19-
- type=gha
19+
- type=registry,ref=orionrobots/orionrobots-site:cache
2020
cache_to:
21-
- type=gha,mode=max
21+
- type=registry,ref=orionrobots/orionrobots-site:cache,mode=max
2222

2323
staging:
2424
build:
2525
cache_from:
26-
- type=gha
26+
- type=registry,ref=orionrobots/orionrobots-site:cache
2727
cache_to:
28-
- type=gha,mode=max
28+
- type=registry,ref=orionrobots/orionrobots-site:cache,mode=max
2929

3030
test:
3131
build:
3232
cache_from:
33-
- type=gha
33+
- type=registry,ref=orionrobots/orionrobots-site:cache
3434
cache_to:
35-
- type=gha,mode=max
35+
- type=registry,ref=orionrobots/orionrobots-site:cache,mode=max
3636

3737
shell:
3838
build:
3939
cache_from:
40-
- type=gha
40+
- type=registry,ref=orionrobots/orionrobots-site:cache
4141
cache_to:
42-
- type=gha,mode=max
42+
- type=registry,ref=orionrobots/orionrobots-site:cache,mode=max
4343

4444
http_serve:
4545
build:
4646
cache_from:
47-
- type=gha
47+
- type=registry,ref=orionrobots/orionrobots-site:cache
4848
cache_to:
49-
- type=gha,mode=max
49+
- type=registry,ref=orionrobots/orionrobots-site:cache,mode=max
5050

5151
broken_links:
5252
build:
5353
cache_from:
54-
- type=gha
54+
- type=registry,ref=orionrobots/orionrobots-site:cache
5555
cache_to:
56-
- type=gha,mode=max
56+
- type=registry,ref=orionrobots/orionrobots-site:cache,mode=max

0 commit comments

Comments
 (0)