Introduce a report-built-images job to gather the list of all built images

This commit is contained in:
Rémy Coutable 2024-06-01 06:46:35 +00:00 committed by Balasankar 'Balu' C
parent 439201893a
commit 2ddf1ada73
4 changed files with 33 additions and 17 deletions

View file

@ -494,6 +494,7 @@ function build_custom_if_needed() {
run_command docker push "$full_image_name"
fi
fi
echo "${CI_JOB_URL}: $full_image_name" > "${CI_JOB_ID}-${CI_JOB_NAME_SLUG}-built-image.txt"
printf "\n\nSUCCESS - Successfully built:\n\t%s\n" "$full_image_name"
}