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 5f4a28d commit 7a09044
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="$GITHUB_REF_NAME" \
--build-arg SENTRY_RELEASE="rhelmer-test" \ # FIXME
--secret id=SENTRY_AUTH_TOKEN \
.
Expand Down

0 comments on commit 7a09044

Please sign in to comment.