Skip to content

Commit

Permalink
do not use disallowed SENTRY_RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Nov 22, 2024
1 parent 7a09044 commit 68b7c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: |
docker build --tag blurts-server \
--build-arg SENTRY_RELEASE="rhelmer-test" \ # FIXME
--build-arg SENTRY_RELEASE="rhelmer-test" \
--secret id=SENTRY_AUTH_TOKEN \
.
Expand Down

0 comments on commit 68b7c10

Please sign in to comment.