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 6bf9718 commit 5575b8bCopy full SHA for 5575b8b
.github/workflows/scratch-workflow.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
context: .
53
push: true
54
- tags: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot-dev/sourcebot:${{ github.sha }}
+ tags: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot-staging/sourcebot:${{ github.sha }}
55
build-args: |
56
NEXT_PUBLIC_SOURCEBOT_VERSION=${{ github.ref_name }}
57
NEXT_PUBLIC_POSTHOG_PAPIK=${{ vars.NEXT_PUBLIC_POSTHOG_PAPIK }}
0 commit comments