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 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'
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
You can’t perform that action at this time.
0 commit comments