Skip to content

Commit

Permalink
ci: update region and project
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 committed Mar 2, 2024
1 parent 926092f commit 2ca111e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Login to GAR
uses: docker/login-action@v1
with:
registry: us-east4-docker.pkg.dev
registry: us-west1-docker.pkg.dev
username: _json_key
password: ${{ secrets.GCR_JSON_KEY }}

Expand All @@ -116,9 +116,9 @@ jobs:
with:
push: true
tags: |
us-east4-docker.pkg.dev/assemble-services/switchboard/core:latest
us-east4-docker.pkg.dev/assemble-services/switchboard/core:${{ steps.image-tags.outputs.version }}
us-east4-docker.pkg.dev/assemble-services/switchboard/core:${{ steps.image-tags.outputs.sha }}
us-west1-docker.pkg.dev/spoke-407503/switchboard/core:latest
us-west1-docker.pkg.dev/spoke-407503/switchboard/core:${{ steps.image-tags.outputs.version }}
us-west1-docker.pkg.dev/spoke-407503/switchboard/core:${{ steps.image-tags.outputs.sha }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
cut-gh-release:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: us-east4-docker.pkg.dev/assemble-services/switchboard/core
DOCKER_IMAGE: us-west1-docker.pkg.dev/spoke-407503/switchboard/core
BODY_PATH: release-body.txt
steps:
- name: Checkout
Expand Down

0 comments on commit 2ca111e

Please sign in to comment.