UNCLASSIFIED - NO CUI

Skip to content

reorder copy to prod so image version is displayed in UI instead of 'latest' tag

David Freeman requested to merge update-copy-order into development

The current way we copy images from staging to production projects displays the latest tag in the Harbor UI. This switches the copy statements, first copy 'latest' then copy the version tag. With this switch, Harbor will display the version tag instead of the latest tag.

Merge request reports