mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
use staging posthog papik when building staging image
This commit is contained in:
parent
69db8f2211
commit
07cafdde5a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/staging-ghcr-public.yml
vendored
2
.github/workflows/staging-ghcr-public.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
|
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
|
||||||
build-args: |
|
build-args: |
|
||||||
SOURCEBOT_VERSION=${{ github.ref_name }}
|
SOURCEBOT_VERSION=${{ github.ref_name }}
|
||||||
POSTHOG_PAPIK=${{ secrets.POSTHOG_PAPIK }}
|
POSTHOG_PAPIK=${{ secrets.STAGING_POSTHOG_PAPIK }}
|
||||||
|
|
||||||
- name: Export digest
|
- name: Export digest
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue