mirror of
https://github.com/ko-build/ko.git
synced 2025-02-13 19:42:26 +02:00
* Add support for `--image-refs` This change adds a new `--image-refs=FILE` flag that can be used to direct `ko` to write a file containing a `\n` delimited list of published references. In the common case, this will contain the list of digest references, but if flags directing the use of tags are present this will reflect the style of reference requested. * Fix dates, interface check.