googleapis / google-cloud-java

Google Cloud Client Library for Java
https://cloud.google.com/java/docs/reference
Apache License 2.0
1.86k stars 1.06k forks source link

chore: Move the logic of getting image_tag to after generation_config is populated. #10964

Closed blakeli0 closed 2 weeks ago

blakeli0 commented 2 weeks ago

Move the logic of getting image_tag to after generation_config is populated. Otherwise generation_config could be empty when we try to get image_tag from it.

JoeWang1127 commented 2 weeks ago

Can you paste the issue in the pr description and why this pr can fix the issue?