Skip to content

[CI] Add commit SHA to image tag on master

Hossein Pursultani requested to merge fix-master-missing-docker-tag into master

This MR tags the Docker image on master with CI_COMMIT_SHORT_SHA (in addition to latest). This will fix the broken functional test on master (due to ImagePullBackoff).

Merge request reports