Skip to content

Label docker image with latest tag on gitlab registry

Leandro Santiago requested to merge fix/use_latest_label_on_docker_images into master

This relates to #88 (closed) , but applies to gitlab registry only, not docker hub.

This MR has not been tested, but it should work according to the documentation of Kaniko, the tool we use to build and push the images, as it supports multiple usages of --destination

https://github.com/GoogleContainerTools/kaniko

Merge request reports