File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -430,9 +430,11 @@ if __name__ == "__main__":
430
430
else :
431
431
logging .info ("Unknown image %s" , image )
432
432
433
- # Get the correct image tags for the current branch.
434
- # If the files an image depends on have been changed,
435
- # the tag will not exist until CI job has been run.
433
+ # Get the image tags that CICD generates for the current branch.
434
+ # These tags will be used to populate unspecified arguments (--docker-image-version, --docker-compose-images-tags)
435
+ # If the files an image depends on have been changed, the tag will not exist until CI job has been run.
436
+ # These files change rarely, so it is usually safe to assume the tags exist.
437
+
436
438
docker_digester = DockerDigester ()
437
439
imagename_digest_dict = (
438
440
docker_digester .get_all_digests ()
You can’t perform that action at this time.
0 commit comments