Skip to content

Commit 1f1c935

Browse files
s
1 parent a031ad4 commit 1f1c935

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/scratch-workflow.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
# @see: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
1616
id-token: 'write'
1717
env:
18-
GAR_LOCATION: us-west1
19-
IMAGE_PATH: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot-staging/sourcebot
18+
IMAGE_PATH: us-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot-staging/sourcebot
2019
steps:
2120
- name: 'Checkout'
2221
uses: 'actions/checkout@v3'
@@ -38,7 +37,7 @@ jobs:
3837

3938
- name: 'Docker auth'
4039
run: |-
41-
gcloud auth configure-docker ${{ env.GAR_LOCATION }}-docker.pkg.dev
40+
gcloud auth configure-docker us-west1-docker.pkg.dev
4241
4342
- name: Build Docker image
4443
id: build

0 commit comments

Comments
 (0)