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 4b17a22 commit a031ad4Copy full SHA for a031ad4
.github/workflows/scratch-workflow.yml
@@ -5,9 +5,6 @@ on:
5
branches: [bkellam/release_cleanup]
6
workflow_dispatch:
7
8
-env:
9
- GAR_LOCATION: us-west1
10
-
11
jobs:
12
scratch:
13
runs-on: ubuntu-latest
@@ -18,6 +15,7 @@ jobs:
18
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
19
16
id-token: 'write'
20
17
env:
+ GAR_LOCATION: us-west1
21
IMAGE_PATH: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot-staging/sourcebot
22
steps:
23
- name: 'Checkout'
0 commit comments