Skip to content
  • Michel Dänzer's avatar
    Bring back job tags, with a twist · 79d46b58
    Michel Dänzer authored and Michel Dänzer's avatar Michel Dänzer committed
    
    
    Instead of just `$CI_JOB_ID` (the job's unique ID number), name the job
    tags `<base tag>-built-by-job-$CI_JOB_ID`. This way, both tags are
    sorted next to each other, making it easy to match them up on the GitLab
    Container Registry page.
    
    Also, instead of copying one tag to the other with `skopeo copy`, just
    push both tags separately with `podman push`, to avoid failures which
    have been occurring with the former.
    
    Signed-off-by: default avatarMichel Dänzer <mdaenzer@redhat.com>
    79d46b58
Validating GitLab CI configuration… Learn more