Skip to content

Tag docker images with branch/tag name

Jason Plum requested to merge tag-images-with-branch-name into master

Add a tag to each image with $CI_COMMIT_REF_SLUG, getting us docker image tags for git branch/tags.

This will give us master, v0.1.0, et al, as well as making it easier to track when doing development. No more tag: {shabarf} changes on helm.gitlab.io that have to be pulled from the CI build logs on the project.

cc @marin

Edited by Jason Plum

Merge request reports