Skip to content

Commit 5ca57c8

Browse files
committed
Update docker-buildx.build.hcl
1 parent 338f148 commit 5ca57c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-buildx.build.hcl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ target "frontend" {
4141
"${WS_DOCKER_REGISTRY}/workspaces-frontend:${CODE_VERSION}"
4242
]
4343
cache-to = [
44-
"type=inline"
44+
"type=gha"
45+
]
46+
cache-from = [
47+
"type=gha"
4548
]
46-
4749

4850
}
4951

0 commit comments

Comments
 (0)