Skip to content

Commit c4ca87a

Browse files
committed
Fix bake file (missed a conflict needing resolution)
1 parent 9a2b49b commit c4ca87a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-bake.hcl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ target "workspace-base" {
8282
}
8383
}
8484

85-
<<<<<<< HEAD
8685
target "workspace-node" {
8786
inherits = ["_common"]
8887
context = "./components/workspace/node"
@@ -101,12 +100,12 @@ target "workspace-java" {
101100
contexts = {
102101
labspace-workspace-base = "target:workspace-base"
103102
}
104-
=======
103+
}
104+
105105
target "host-port-republisher" {
106106
inherits = ["_common"]
107107
context = "./components/host-port-republisher"
108108
tags = tags(IMAGE_NAMESPACE, "labspace-host-port-republisher", IMAGE_TAG)
109-
>>>>>>> parent of 83fbc11 (Move host port republishing from separate service to support extension)
110109
}
111110

112111
target "labspace-cleaner" {

0 commit comments

Comments
 (0)