From 5d89d954c8bc3d7664e576b86bfdbaa1302a1ca5 Mon Sep 17 00:00:00 2001 From: Zack Zehring Date: Thu, 25 Jul 2024 15:43:27 -0400 Subject: [PATCH] fix(push-gar-doc): fix typo (#200) Simple `s/container/contain` --- actions/push-to-gar-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/push-to-gar-docker/README.md b/actions/push-to-gar-docker/README.md index a949ab31..1e5862ec 100644 --- a/actions/push-to-gar-docker/README.md +++ b/actions/push-to-gar-docker/README.md @@ -35,7 +35,7 @@ jobs: environment: "dev" # can be either dev/prod ``` -[Artifact Registry repositories can't container underscores][underscore-issue]. +[Artifact Registry repositories can't contain underscores][underscore-issue]. As a convention, this action will replace any underscores in the repository name with hyphens. That behaviour can be overridden using the `repository_name` input.