You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a CI/CD pipeline I need to deploy Jib generated images to test environment after the build step. It is a multi-module maven project and not every module generates images.
Is there a way to recover the names/tags of images generated by Jib after the build? Like I can with the image id in target/jib-image.id?
The text was updated successfully, but these errors were encountered:
In a CI/CD pipeline I need to deploy Jib generated images to test environment after the build step. It is a multi-module maven project and not every module generates images.
Is there a way to recover the names/tags of images generated by Jib after the build? Like I can with the image id in target/jib-image.id?
The text was updated successfully, but these errors were encountered: