If executed ko build . locally it will produce same image as from main branch and might destroy production.
Thus on master branch --bare should be used to avoid collision.
In future other strategies https://ko.build/configuration/#naming-images might be needed to build different images
If executed
ko build .locally it will produce same image as from main branch and might destroy production.Thus on master branch
--bareshould be used to avoid collision.In future other strategies https://ko.build/configuration/#naming-images might be needed to build different images