Skip to content

Commit 634817e

Browse files
committed
Update docker-compose.build.yml
1 parent 45155ff commit 634817e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docker-compose.build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ services:
22
frontend:
33
image: ${WS_DOCKER_REGISTRY}/workspaces-frontend:${ENV}
44
build:
5-
cache_from:
6-
- type=gha
7-
cache_to:
8-
- type=gha
95
context: frontend
106
args:
117
VITE_TDEI_API_URL: ${WS_TDEI_API_URL}
@@ -60,9 +56,9 @@ services:
6056
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-rails:${ENV}
6157
build:
6258
cache_from:
63-
- type=registry,${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache
59+
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache
6460
cache_to:
65-
- type=registry,${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache,mode=max
61+
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache,mode=max
6662
context: osm-rails
6763
dockerfile: Dockerfile.prod
6864

@@ -74,9 +70,9 @@ services:
7470
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-cgimap:${ENV}
7571
build:
7672
cache_from:
77-
- type=registry,${WS_DOCKER_REGISTRY}/workspaces-osm-cgimap:buildcache
73+
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-cgimap:buildcache
7874
cache_to:
79-
- type=registry,${WS_DOCKER_REGISTRY}/workspaces-osm-cgimap:buildcache,mode=max
75+
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-cgimap:buildcache,mode=max
8076
context: osm-cgimap
8177
dockerfile: docker/ubuntu/Dockerfile2404
8278

0 commit comments

Comments
 (0)