Skip to content
Snippets Groups Projects
  • Emanuele Aina's avatar
    2dc096d6
    gilab-ci: Apply all `latest` tags once everything else succeeded · 2dc096d6
    Emanuele Aina authored
    
    By applying `latest` tags as soon as the relevant image has been built
    we end up with a quite large time window where they are all quite out
    of sync: in particular, the tag is applied to the `base` image as soon
    as it is ready, before all the depending images get built.
    
    On top of that, if depending images fail, the `latest` tags will stay
    out of sync.
    
    This can be quite confusing for users, so let's apply the `latest` tag
    only after all the previous stages have completed.
    
    Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
    2dc096d6
    History
    gilab-ci: Apply all `latest` tags once everything else succeeded
    Emanuele Aina authored
    
    By applying `latest` tags as soon as the relevant image has been built
    we end up with a quite large time window where they are all quite out
    of sync: in particular, the tag is applied to the `base` image as soon
    as it is ready, before all the depending images get built.
    
    On top of that, if depending images fail, the `latest` tags will stay
    out of sync.
    
    This can be quite confusing for users, so let's apply the `latest` tag
    only after all the previous stages have completed.
    
    Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>