Skip to content

Commit

Permalink
Add quiet to suppress confirmation for docker authentication.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpower committed May 28, 2024
1 parent a25b826 commit b1ca9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/push_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def configure_gcp_docker(project_id, region, repository):
]
)

_run(["gcloud", "auth", "configure-docker", f"{region}-docker.pkg.dev"])
_run(["gcloud", "auth", "configure-docker", "--quiet", f"{region}-docker.pkg.dev"])


def build_docker(docker_file, image_name, image_tag) -> str:
Expand Down

0 comments on commit b1ca9ce

Please sign in to comment.