Skip to content

Commit

Permalink
Replace gcr with gar
Browse files Browse the repository at this point in the history
  • Loading branch information
iambrianchan committed Aug 15, 2023
1 parent 2e7424f commit 49c8d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
merge_group:

env:
IMAGE_REPOSITORY: 'gcr.io/the-coral-project/coral'
IMAGE_REPOSITORY: 'us-east1-docker.pkg.dev/the-coral-project/talk'
IMAGE_CACHE_REPOSITORY: 'coralproject/ci'
DOCKERHUB_USERNAME: 'coralproject'

Expand All @@ -30,7 +30,7 @@ jobs:
name: Login to GCR
uses: docker/login-action@v2
with:
registry: gcr.io
registry: us-east1-docker.pkg.dev
username: _json_key
password: ${{ secrets.GCR_JSON_KEY }}
-
Expand Down

0 comments on commit 49c8d30

Please sign in to comment.