mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Introduce a report-built-images job to gather the list of all built images
This commit is contained in:
parent
439201893a
commit
2ddf1ada73
4 changed files with 33 additions and 17 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue