Skip to content

Commit

Permalink
feat(release): support for proper sentry release propagation VII
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Nov 17, 2023
1 parent 520a56a commit 8ebcb74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ jobs:
cache-to: type=gha,mode=max
tags: ${{ steps.proxyMeta.outputs.tags }}
labels: ${{ steps.proxyMeta.outputs.labels }}
build-args: |
SENTRY_RELEASE_ENVIRONMENT: production
secrets: |
SENTRY_ORG=${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT=${{ secrets.SENTRY_PROJECT }}
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ ENV PUBLIC_PATH=${PUBLIC_PATH}
ARG TAILWIND_CONTENT_PATH="/usr/src/fiesta/**/templates/**/*.html:/usr/src/fiesta/**/*.py"
ENV TAILWIND_CONTENT_PATH=${TAILWIND_CONTENT_PATH}

ARG SENTRY_RELEASE_ENVIRONMENT
ENV SENTRY_RELEASE_ENVIRONMENT=${SENTRY_RELEASE_ENVIRONMENT}

RUN \
--mount=type=secret,id=SENTRY_ORG \
--mount=type=secret,id=SENTRY_PROJECT \
Expand Down

0 comments on commit 8ebcb74

Please sign in to comment.