Skip to content

Commit ac157d1

Browse files
more debugging
1 parent eb8f54e commit ac157d1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/deploy-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
push: true
5656
tags: ${{ steps.meta.outputs.tags }}
5757
labels: ${{ steps.meta.outputs.labels }}
58+
secrets: |
59+
"sentry_auth_token=${{ secrets.SENTRY_AUTH_TOKEN }}"
5860
build-args: |
5961
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
6062
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ COPY . .
1212
RUN npm run generate
1313
RUN npm run build:production
1414

15+
RUN --mount=type=secret,id=sentry_auth_token \
16+
cat /run/secrets/sentry_auth_token
17+
1518

1619

1720
ARG SENTRY_VERSION

0 commit comments

Comments
 (0)