Skip to content

Don't build the base image on triggered pipelines

Alessio Caiazza requested to merge no-base-image-on-triggers into master

What does this MR do and why?

We want to be stricter on when to rebuild the base image.

  • Absolutely not on triggers and schedule
  • only on merge requests changing the base image
  • only on a push on master containing changes to the base image

Author Check-list

  • Has documentation been updated?
Edited by Alessio Caiazza

Merge request reports