kyma-project / api-gateway

Apache License 2.0
4 stars 26 forks source link

bug: add export of image-builder built artifact #1446

Closed Ressetkk closed 2 weeks ago

Ressetkk commented 2 weeks ago

/kind bug /area ci

ui-tests were broken since the beginning in pull-request-release flow, because image-builder didn't export the built artifact as tar. UI tests load the image from the uploaded artifact.

Basically, after build, pull, re-tag and save the image to use it as artifact in UI tests. Kind of emulate what docker build action is doing.