Skip to content

Commit 6b9e334

Browse files
hopefully final debugging
1 parent 1847e83 commit 6b9e334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RUN --mount=type=secret,id=sentry_auth_token --mount=type=secret,id=sentry_org -
2323
RUN --mount=type=secret,id=sentry_auth_token --mount=type=secret,id=sentry_org --mount=type=secret,id=sentry_project --mount=type=secret,id=sentry_version \
2424
npx -y @sentry/cli releases set-commits $(cat /run/secrets/sentry_version) --auto --org $(cat /run/secrets/sentry_org) \
2525
--project $(cat /run/secrets/sentry_project) --auth-token $(cat /run/secrets/sentry_auth_token)
26-
RUN npx -y @sentry/cli releases finalize $(cat /run/secrets/sentry_version) --org $(cat /run/secrets/sentry_org) \
26+
RUN --mount=type=secret,id=sentry_auth_token --mount=type=secret,id=sentry_org --mount=type=secret,id=sentry_project --mount=type=secret,id=sentry_version \
27+
npx -y @sentry/cli releases finalize $(cat /run/secrets/sentry_version) --org $(cat /run/secrets/sentry_org) \
2728
--project $(cat /run/secrets/sentry_project) --auth-token $(cat /run/secrets/sentry_auth_token)
2829

2930

0 commit comments

Comments
 (0)