File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
# @see: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
16
16
id-token : ' write'
17
17
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
20
19
steps :
21
20
- name : ' Checkout'
22
21
uses : ' actions/checkout@v3'
38
37
39
38
- name : ' Docker auth'
40
39
run : |-
41
- gcloud auth configure-docker ${{ env.GAR_LOCATION }} -docker.pkg.dev
40
+ gcloud auth configure-docker us-west1 -docker.pkg.dev
42
41
43
42
- name : Build Docker image
44
43
id : build
You can’t perform that action at this time.
0 commit comments