Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
site: testing args again
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Nov 22, 2023
1 parent cdfa076 commit b428fa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
push: true
file: frontend/apps/site/Dockerfile
tags: mintter/sitegw:main
build-args: |
"SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}"
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

Expand All @@ -133,5 +135,7 @@ jobs:
push: true
file: frontend/apps/site/Dockerfile
tags: mintter/sitegw:latest
build-args: |
"SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}"
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
1 change: 1 addition & 0 deletions frontend/apps/site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENV NODE_ENV production
ENV NEXT_PUBLIC_LN_HOST https://ln.mintter.com
ENV GRPC_HOST http://minttersite:56001
ENV MINTTER_SENTRY_SITES https://47c66bd7a6d64db68a59c03f2337e475@o4504088793841664.ingest.sentry.io/4505527493328896
ENV SENTRY_AUTH_TOKEN ${SENTRY_AUTH_TOKEN}
RUN yarn site:prod


Expand Down

0 comments on commit b428fa3

Please sign in to comment.