Skip to content

Commit

Permalink
Merge pull request #5 from mindvalley/chore/switch-to-us-gar
Browse files Browse the repository at this point in the history
Push to US GAR
  • Loading branch information
onimsha authored Nov 9, 2024
2 parents 3318591 + fdc7235 commit 944535a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
- name: Login to GAR
uses: docker/login-action@v3
with:
registry: asia-southeast1-docker.pkg.dev
registry: us-docker.pkg.dev
username: oauth2accesstoken
password: ${{ steps.auth.outputs.access_token }}

- uses: docker/metadata-action@v5
id: metadata
with:
images: |
asia-southeast1-docker.pkg.dev/${{ env.GAR_PROJECT_ID}}/${{ env.GAR_REPO}}/${{ env.GAR_PROJECT_NAMESPACE }}
us-docker.pkg.dev/${{ env.GAR_PROJECT_ID}}/${{ env.GAR_REPO}}/${{ env.GAR_PROJECT_NAMESPACE }}
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit 944535a

Please sign in to comment.