Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update docs/gcp-worker-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: kevingrismore <[email protected]>
  • Loading branch information
biancaines and kevingrismore committed Oct 3, 2023
1 parent 2e83589 commit f3937e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gcp-worker-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ prefect init --recipe docker
You'll receive a prompt to put in values for the image name and tag. Since we will be pushing the image to Google Artifact Registry, the name of your image should be prefixed with the path to the docker repository you created within the registry. For example: `us-east1-docker.pkg.dev/<PROJECT-ID>/<REPOSITORY-NAME>/`. You'll want to replace `<PROJECT-ID>` with the ID of your project in GCP. This should match the ID of the project you used in first step of this guide. Here is an example of what this could look like:

```bash
image_name: us-east1-docker.pkg.dev/prefect-project/my-artifact-registry/gcp-weather-image
image_name: us-docker.pkg.dev/prefect-project/my-artifact-registry/gcp-weather-image
tag: latest
```

Expand Down

0 comments on commit f3937e0

Please sign in to comment.