diff --git a/historyserver/docs/image-build-push-guide.md b/historyserver/docs/image-build-push-guide.md index 1c5b868b2ec..1534e3d6c16 100644 --- a/historyserver/docs/image-build-push-guide.md +++ b/historyserver/docs/image-build-push-guide.md @@ -74,9 +74,9 @@ export REPO_NAME= ### (Optional) Create Artifact Registry Repository ```sh -gcloud artifacts repositories create ${REPO_NAME} \\ - --repository-format=docker \\ - --location=${REGION} \\ +gcloud artifacts repositories create ${REPO_NAME} \ + --repository-format=docker \ + --location=${REGION} \ --description="History Server images" ``` @@ -90,7 +90,7 @@ gcloud auth configure-docker ${REGION}-docker.pkg.dev ## Tagging Artifact Registry Images -The image have to follows a specific naming convention for Google Artifact Registry +The image has to follow a specific naming convention for Google Artifact Registry Format: