@@ -108,7 +108,7 @@ target "op-node" {
108108 }
109109 target = " op-node-target"
110110 platforms = split (" ," , PLATFORMS)
111- tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } / op-node:${ tag } " ]
111+ tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } - op-node:${ tag } " ]
112112}
113113
114114target "op-batcher" {
@@ -121,7 +121,7 @@ target "op-batcher" {
121121 }
122122 target = " op-batcher-target"
123123 platforms = split (" ," , PLATFORMS)
124- tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } / op-batcher:${ tag } " ]
124+ tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } - op-batcher:${ tag } " ]
125125}
126126
127127target "op-proposer" {
@@ -134,7 +134,7 @@ target "op-proposer" {
134134 }
135135 target = " op-proposer-target"
136136 platforms = split (" ," , PLATFORMS)
137- tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } / op-proposer:${ tag } " ]
137+ tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } - op-proposer:${ tag } " ]
138138}
139139
140140target "op-challenger" {
@@ -147,7 +147,7 @@ target "op-challenger" {
147147 }
148148 target = " op-challenger-target"
149149 platforms = split (" ," , PLATFORMS)
150- tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } / op-challenger:${ tag } " ]
150+ tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } - op-challenger:${ tag } " ]
151151}
152152
153153target "op-dispute-mon" {
@@ -160,7 +160,7 @@ target "op-dispute-mon" {
160160 }
161161 target = " op-dispute-mon-target"
162162 platforms = split (" ," , PLATFORMS)
163- tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } / op-dispute-mon:${ tag } " ]
163+ tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } - op-dispute-mon:${ tag } " ]
164164}
165165
166166target "op-conductor" {
@@ -173,7 +173,7 @@ target "op-conductor" {
173173 }
174174 target = " op-conductor-target"
175175 platforms = split (" ," , PLATFORMS)
176- tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } / op-conductor:${ tag } " ]
176+ tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } - op-conductor:${ tag } " ]
177177}
178178
179179target "da-server" {
@@ -185,7 +185,7 @@ target "da-server" {
185185 }
186186 target = " da-server-target"
187187 platforms = split (" ," , PLATFORMS)
188- tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } / da-server:${ tag } " ]
188+ tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } - da-server:${ tag } " ]
189189}
190190
191191target "op-program" {
@@ -198,7 +198,7 @@ target "op-program" {
198198 }
199199 target = " op-program-target"
200200 platforms = split (" ," , PLATFORMS)
201- tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } / op-program:${ tag } " ]
201+ tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } - op-program:${ tag } " ]
202202}
203203
204204target "op-supervisor" {
@@ -211,7 +211,7 @@ target "op-supervisor" {
211211 }
212212 target = " op-supervisor-target"
213213 platforms = split (" ," , PLATFORMS)
214- tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } / op-supervisor:${ tag } " ]
214+ tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } - op-supervisor:${ tag } " ]
215215}
216216
217217target "op-supernode" {
@@ -263,7 +263,7 @@ target "cannon" {
263263 }
264264 target = " cannon-target"
265265 platforms = split (" ," , PLATFORMS)
266- tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } / cannon:${ tag } " ]
266+ tags = [for tag in split (" ," , IMAGE_TAGS) : " ${ REGISTRY } /${ REPOSITORY } - cannon:${ tag } " ]
267267}
268268
269269target "holocene-deployer" {
0 commit comments