mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: add github indicator for datadog
This commit is contained in:
@@ -63,6 +63,8 @@ jobs:
|
||||
build-args: |
|
||||
POSTHOG_API_KEY=${{ secrets.PUBLIC_POSTHOG_API_KEY }}
|
||||
INFISICAL_PLATFORM_VERSION=${{ steps.extract_version.outputs.version }}
|
||||
DD_GIT_REPOSITORY_URL=${{ github.server_url }}/${{ github.repository }}
|
||||
DD_GIT_COMMIT_SHA=${{ github.sha }}
|
||||
|
||||
infisical-fips-standalone:
|
||||
name: Build infisical standalone image postgres
|
||||
|
||||
@@ -173,6 +173,12 @@ COPY --from=frontend-runner /app ./backend/frontend-build
|
||||
ARG INFISICAL_PLATFORM_VERSION
|
||||
ENV INFISICAL_PLATFORM_VERSION $INFISICAL_PLATFORM_VERSION
|
||||
|
||||
ARG DD_GIT_REPOSITORY_URL
|
||||
ENV DD_GIT_REPOSITORY_URL $DD_GIT_REPOSITORY_URL
|
||||
|
||||
ARG DD_GIT_COMMIT_SHA
|
||||
ENV DD_GIT_COMMIT_SHA $DD_GIT_COMMIT_SHA
|
||||
|
||||
ENV PORT 8080
|
||||
ENV HOST=0.0.0.0
|
||||
ENV HTTPS_ENABLED false
|
||||
|
||||
Reference in New Issue
Block a user