9191 dockerfile : Dockerfile.keb
9292 context : .
9393 tags : ${{ inputs.name }}
94+ build-engine : buildx
9495
9596 build-archiver-image :
9697 needs : [validate-release]
@@ -101,6 +102,7 @@ jobs:
101102 context : .
102103 build-args : BIN=archiver
103104 tags : ${{ inputs.name }}
105+ build-engine : buildx
104106
105107 build-environments-cleanup-image :
106108 needs : [validate-release]
@@ -111,6 +113,7 @@ jobs:
111113 context : .
112114 build-args : BIN=environmentscleanup
113115 tags : ${{ inputs.name }}
116+ build-engine : buildx
114117
115118 build-deprovision-retrigger-image :
116119 needs : [validate-release]
@@ -121,6 +124,7 @@ jobs:
121124 context : .
122125 build-args : BIN=deprovisionretrigger
123126 tags : ${{ inputs.name }}
127+ build-engine : buildx
124128
125129 build-expirator-image :
126130 needs : [validate-release]
@@ -131,6 +135,7 @@ jobs:
131135 context : .
132136 build-args : BIN=expirator
133137 tags : ${{ inputs.name }}
138+ build-engine : buildx
134139
135140 build-runtime-reconciler-image :
136141 needs : [validate-release]
@@ -141,6 +146,7 @@ jobs:
141146 context : .
142147 build-args : BIN=runtime-reconciler
143148 tags : ${{ inputs.name }}
149+ build-engine : buildx
144150
145151 build-subaccount-cleanup-image :
146152 needs : [validate-release]
@@ -151,6 +157,7 @@ jobs:
151157 context : .
152158 build-args : BIN=accountcleanup
153159 tags : ${{ inputs.name }}
160+ build-engine : buildx
154161
155162 build-subaccount-sync-image :
156163 needs : [validate-release]
@@ -161,6 +168,7 @@ jobs:
161168 context : .
162169 build-args : BIN=subaccount-sync
163170 tags : ${{ inputs.name }}
171+ build-engine : buildx
164172
165173 build-globalaccounts-image :
166174 needs : [validate-release]
@@ -171,6 +179,7 @@ jobs:
171179 context : .
172180 build-args : BIN=globalaccounts
173181 tags : ${{ inputs.name }}
182+ build-engine : buildx
174183
175184 build-schema-migrator-image :
176185 needs : [ validate-release ]
@@ -180,6 +189,7 @@ jobs:
180189 dockerfile : Dockerfile.schemamigrator
181190 context : .
182191 tags : ${{ inputs.name }}
192+ build-engine : buildx
183193
184194 build-service-binding-cleanup-image :
185195 needs : [ validate-release ]
@@ -190,6 +200,7 @@ jobs:
190200 context : .
191201 build-args : BIN=servicebindingcleanup
192202 tags : ${{ inputs.name }}
203+ build-engine : buildx
193204
194205 run-keb-chart-integration-tests :
195206 name : Validate KEB chart
0 commit comments