Skip to content

Echo the pushed image path

Emmanouil Fokas requested to merge append_push_message into master

Kaniko no longer logs the pushed image's registry path.

  • Added a variable to control the destination.
  • Added a check to compute whether tag has been set (otherwise defaults to :latest) and print a message with the full path of the pushed image.

Merge request reports