Skip to content

Commit 31c1006

Browse files
Merge pull request #4552 from Infisical/misc/add-github-indicator-for-datadog
misc: add github indicator for datadog
2 parents 90d8702 + ebf136c commit 31c1006

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/release-standalone-docker-img-postgres-offical.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
build-args: |
6464
POSTHOG_API_KEY=${{ secrets.PUBLIC_POSTHOG_API_KEY }}
6565
INFISICAL_PLATFORM_VERSION=${{ steps.extract_version.outputs.version }}
66+
DD_GIT_REPOSITORY_URL=${{ github.server_url }}/${{ github.repository }}
67+
DD_GIT_COMMIT_SHA=${{ github.sha }}
6668
6769
infisical-fips-standalone:
6870
name: Build infisical standalone image postgres

Dockerfile.standalone-infisical

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ COPY --from=frontend-runner /app ./backend/frontend-build
173173
ARG INFISICAL_PLATFORM_VERSION
174174
ENV INFISICAL_PLATFORM_VERSION $INFISICAL_PLATFORM_VERSION
175175

176+
ARG DD_GIT_REPOSITORY_URL
177+
ENV DD_GIT_REPOSITORY_URL $DD_GIT_REPOSITORY_URL
178+
179+
ARG DD_GIT_COMMIT_SHA
180+
ENV DD_GIT_COMMIT_SHA $DD_GIT_COMMIT_SHA
181+
176182
ENV PORT 8080
177183
ENV HOST=0.0.0.0
178184
ENV HTTPS_ENABLED false

0 commit comments

Comments
 (0)