Open alexlance opened 8 years ago
It would be nice to tag images with the git revision hash.
Example of environment variables here: https://docs.go.cd/current/configuration/admin_use_custom_pipeline_label.html
Ideally I'd like to use something like: ${git[:7]} in the tag field, to tag a docker image with the git short hash.
${git[:7]}
It would be nice to tag images with the git revision hash.
Example of environment variables here: https://docs.go.cd/current/configuration/admin_use_custom_pipeline_label.html
Ideally I'd like to use something like:
${git[:7]}
in the tag field, to tag a docker image with the git short hash.