Skip to content

Skip tagging and pushing of missing UBI images

Hossein Pursultani requested to merge fix-ubi-release-tag-and-push into master

Some of UBI images such as postgresql, gitlab-python, and gitlab-elesticsearch-indexer are limited to build stage images and don't have any final image. They're used as a layer. This causes tag_and_push build function to fail. This MR fixes that.

Merge request reports