Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: python-librarian-generator:latest
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/python-librarian-generator:latest
libraries:
- id: google-cloud-language
version: 2.17.2
Expand Down
2 changes: 1 addition & 1 deletion scripts/configure_state_yaml/configure_state_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def configure_state_yaml() -> None:
with open(PACKAGES_TO_ONBOARD_YAML, "r") as packages_to_onboard_yaml_file:
packages_to_onboard = yaml.safe_load(packages_to_onboard_yaml_file)

state_dict["image"] = "python-librarian-generator:latest"
state_dict["image"] = "us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/python-librarian-generator:latest"
state_dict["libraries"] = []
for package_name in packages_to_onboard["packages_to_onboard"]:
package_path = Path(PACKAGES_DIR / package_name).resolve()
Expand Down
Loading