Fix Docker build docs (#1249)

## Description

s/gcr/ghcr

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-10-20 00:23:27 -07:00 committed by GitHub
parent e6ab739dde
commit d30f6963c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,10 +61,10 @@ In addition, you can optionally pass the tag that you would like to
apply for the image using `--tag` option.
For example, you can use the following command to create a `arm64`
image with the tag `gcr.io/alcionai/corso:latest`, you can run:
image with the tag `ghcr.io/alcionai/corso:latest`, you can run:
```bash
./build/build.sh image --platforms linux/arm64 --tag gcr.io/alcionai/corso:latest
./build/build.sh image --platforms linux/arm64 --tag ghcr.io/alcionai/corso:latest
```
:::info