Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: migrate to GAR from GCR #87

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
REEARTH_MARKETPLACE_URL: marketplace.test.reearth.dev
REEARTH_API: "https://api.marketplace.test.reearth.dev/api"
GCS_DEST: gs://marketplace.test.reearth.dev
IMAGE_GCP: us.gcr.io/reearth-oss/reearth-marketplace:nightly
IMAGE_GCP: us-central1-docker.pkg.dev/reearth-oss/reearth/reearth-marketplace:nightly
GCP_REGION: us-central1
jobs:
deploy_web:
Expand Down Expand Up @@ -61,7 +61,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: Download server arfiacts
uses: dawidd6/action-download-artifact@v2
with:
Expand Down
Loading