Fix Docker build docs (#1249)
## Description s/gcr/ghcr ## Type of change - [x] 🐛 Bugfix - [x] 🗺️ Documentation
This commit is contained in:
parent
e6ab739dde
commit
d30f6963c0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user