Skip to content

Commit

Permalink
this time?
Browse files Browse the repository at this point in the history
  • Loading branch information
Husky-Devel committed Aug 16, 2024
1 parent 912b3ed commit 43f0815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
secrets: |
"SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN yarn install
FROM build-deps AS build
COPY . .
RUN yarn add @sentry/cli
RUN ./node_modules/.bin/sentry-cli login --auth-token $SENTRY_AUTH_TOKEN
RUN ./node_modules/.bin/sentry-cli login
RUN yarn run build
RUN ls -la /dist/server

Expand Down

0 comments on commit 43f0815

Please sign in to comment.