File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scripts/configure_state_yaml Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- image : python-librarian-generator:latest
1+ image : us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/ python-librarian-generator:latest
22libraries :
33- id : google-cloud-language
44 version : 2.17.2
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def configure_state_yaml() -> None:
4444 with open (PACKAGES_TO_ONBOARD_YAML , "r" ) as packages_to_onboard_yaml_file :
4545 packages_to_onboard = yaml .safe_load (packages_to_onboard_yaml_file )
4646
47- state_dict ["image" ] = "python-librarian-generator:latest"
47+ state_dict ["image" ] = "us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/ python-librarian-generator:latest"
4848 state_dict ["libraries" ] = []
4949 for package_name in packages_to_onboard ["packages_to_onboard" ]:
5050 package_path = Path (PACKAGES_DIR / package_name ).resolve ()
You can’t perform that action at this time.
0 commit comments