Skip to content

Commit

Permalink
Add release
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Sep 16, 2024
1 parent f1b34a3 commit 74f8e7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
sentry_project=louper
sentry_auth_token=${{ secrets.SENTRY_AUTH_TOKEN }}
sentry_url=https://glitchtip.mark3labs.com
sentry_release=${{ steps.vars.outputs.version }}
tags: |
mark3labs/louper-web:staging-${{ steps.vars.outputs.version }}
mark3labs/louper-web:staging-latest
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ENV SENTRY_AUTH_TOKEN $sentry_auth_token
ARG sentry_url
ENV SENTRY_URL $sentry_url

ARG sentry_release
ENV SENTRY_RELEASE $sentry_release

WORKDIR /app
COPY package.json package.json
RUN bun install
Expand Down

0 comments on commit 74f8e7d

Please # to comment.