Skip to content

Commit

Permalink
add sentry release
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Sep 19, 2023
1 parent 41098e2 commit d3b51aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
REGISTRY_NAMESPACE: ghcr.io/${{ github.repository_owner }}/ps-
DOCKER_TAG: ${{ github.sha }}
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
SENTRY_RELEASE: ${{ github.sha }}

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
REGISTRY_NAMESPACE: ghcr.io/${{ github.repository_owner }}/ps-
DOCKER_TAG: ${{ github.sha }}
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
SENTRY_RELEASE: ${{ github.sha }}

jobs:
build:
Expand Down

0 comments on commit d3b51aa

Please sign in to comment.