Push build image to image stream
Add step pushing image to image-stream.
To add new tags:
oc tag gitlab-registry.cern.ch/push-notifications/web-portal:my-brach-slug web-portal-image-stream:my-brach-slug
To push a existing tag:
oc import-image web-portal-image-stream --from="gitlab-registry.cern.ch/push-notifications/web-portal:dev"
Stream follows naming convention -image-stream
Edited by Carina Antunes