Skip to content

Commit

Permalink
Merge pull request #487 from georgetown-cset/update-to-artifact-registry
Browse files Browse the repository at this point in the history
Update commands for updating container image
  • Loading branch information
rggelles authored Aug 21, 2024
2 parents 20a3431 + 66d87ef commit e56dbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions company_linkage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ To refresh the docker container (which you must do if you change any of the pyth

```
docker build -t parat .
docker tag parat us.gcr.io/gcp-cset-projects/parat
docker push us.gcr.io/gcp-cset-projects/parat
docker tag parat us-docker.pkg.dev/gcp-cset-projects/us.gcr.io/parat
docker push us-docker.pkg.dev/gcp-cset-projects/us.gcr.io/parat
```

# Adding a new company group
Expand Down

0 comments on commit e56dbeb

Please sign in to comment.