From 0d2e739f224dc070fb0b4db4cc9323fd4e41a591 Mon Sep 17 00:00:00 2001 From: katexochen <49727155+katexochen@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:49:51 +0200 Subject: [PATCH] Fix typos --- image/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/README.md b/image/README.md index 0304c43a6..371e456d7 100644 --- a/image/README.md +++ b/image/README.md @@ -40,8 +40,8 @@ Important settings are: - `COSA_INIT_REPO`: Git repository containing CoreOS config. Cloned in `cosa-init` target. - `COSA_INIT_BRANCH`: Git branch checked out from `COSA_INIT_REPO`. Can be used to test out changes on another branch before merging. - `NETRC` path to a netrc file containing a GitHub PAT. Used to authenticate to GitHub from within the COSA container. -- `GCP_IMAGE_NAME`: Image name for the GCP image. Set to include a timestamp when using the build pipeline. Can be set to a custom value if you wat to upload a custom image for testing on GCP. -- `AZURE_IMAGE_NAME`: Image name for the Azure image. Can be set to a custom value if you wat to upload a custom image for testing on Azure. +- `GCP_IMAGE_NAME`: Image name for the GCP image. Set to include a timestamp when using the build pipeline. Can be set to a custom value if you want to upload a custom image for testing on GCP. +- `AZURE_IMAGE_NAME`: Image name for the Azure image. Can be set to a custom value if you want to upload a custom image for testing on Azure. Example `config.mk` to create a debug image with docker and name it `my-custom-image`: