We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f747dc6 commit a8e04c1Copy full SHA for a8e04c1
docker-compose.build.yml
@@ -55,6 +55,10 @@ services:
55
osm-rails:
56
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-rails:${ENV}
57
build:
58
+ cache_from:
59
+ - type=local,src=/tmp/.buildkit-cache/osm-rails
60
+ cache_to:
61
+ - type=local,dest=/tmp/.buildkit-cache/osm-rails,mode=max
62
context: osm-rails
63
dockerfile: Dockerfile.prod
64
@@ -65,6 +69,10 @@ services:
65
69
osm-cgimap:
66
70
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-cgimap:${ENV}
67
71
72
73
+ - type=local,src=/tmp/.buildkit-cache/osm-cgimap
74
75
+ - type=local,dest=/tmp/.buildkit-cache/osm-cgimap,mode=max
68
76
context: osm-cgimap
77
dockerfile: docker/ubuntu/Dockerfile2404
78
0 commit comments