We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabc151 commit 271d52bCopy full SHA for 271d52b
.github/workflows/scratch-workflow.yml
@@ -15,7 +15,7 @@ jobs:
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
id-token: 'write'
17
env:
18
- IMAGE_PATH: us-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot-staging/sourcebot
+ IMAGE_PATH: us-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot/sourcebot-${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
19
steps:
20
- name: 'Checkout'
21
uses: 'actions/checkout@v3'
0 commit comments