Skip to content

Commit 69b0d9d

Browse files
authored
chore: update configure state template to use correct image (#14249)
Also updated librarian state.yml to have correct image
1 parent 43b66ad commit 69b0d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: python-librarian-generator:latest
1+
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/python-librarian-generator:latest
22
libraries:
33
- id: google-cloud-language
44
version: 2.17.2

scripts/configure_state_yaml/configure_state_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)