Skip to content

Commit

Permalink
fix: using explicit argument name resource_name for Docker provider i…
Browse files Browse the repository at this point in the history
…nstance
  • Loading branch information
tmeckel committed Aug 25, 2024
1 parent 8e61e57 commit 765c15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/cloud_run_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def construct_name_images(resource_name: str) -> str:
]

gcr_docker_provider = docker.Provider(
construct_name_images("gcr"),
resource_name=construct_name_images("gcr"),
registry_auth=[
docker.ProviderRegistryAuthArgs(
address=a,
Expand Down

0 comments on commit 765c15e

Please sign in to comment.