Skip to content

Commit

Permalink
Merge pull request #4 from reearth/migrate-to-gar
Browse files Browse the repository at this point in the history
ci: migrate to GAR from GCR
  • Loading branch information
KeisukeYamashita authored Jun 24, 2024
2 parents 435fd22 + cd9aae1 commit 7c6b6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_server_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
cancel-in-progress: true
env:
IMAGE: reearth/reearth:nightly
IMAGE_GCP: us.gcr.io/reearth-oss/reearth:nightly
IMAGE_GCP: us-central1-docker.pkg.dev/reearth-oss/reearth/reearth:nightly
GCP_REGION: us-central1
jobs:
deploy_test:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
- name: Configure docker
run: gcloud auth configure-docker --quiet
run: gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
- name: docker push
run: |
docker pull $IMAGE
Expand Down

0 comments on commit 7c6b6d0

Please sign in to comment.