mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
Add sourcebot cloud environment prop to staging workflow
This commit is contained in:
parent
889d488d6e
commit
df357e7847
1 changed files with 1 additions and 0 deletions
1
.github/workflows/staging-ghcr-public.yml
vendored
1
.github/workflows/staging-ghcr-public.yml
vendored
|
|
@ -71,6 +71,7 @@ jobs:
|
|||
build-args: |
|
||||
SOURCEBOT_VERSION=${{ github.ref_name }}
|
||||
POSTHOG_PAPIK=${{ secrets.POSTHOG_PAPIK }}
|
||||
NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT=staging
|
||||
|
||||
- name: Export digest
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue