Skip to content

Commit

Permalink
fix sentry release
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Sep 29, 2023
1 parent b951424 commit 2a3cc0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ 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 Expand Up @@ -61,5 +60,6 @@ jobs:
build-args: |
BASE_TAG=${{ env.DOCKER_TAG }}
REGISTRY_NAMESPACE=${{ env.REGISTRY_NAMESPACE }}
SENTRY_RELEASE=${{ github.sha }}
tags: |
${{ env.REGISTRY_NAMESPACE }}${{ inputs.image }}:${{ env.DOCKER_TAG }}
3 changes: 2 additions & 1 deletion .github/workflows/build_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 Expand Up @@ -57,6 +56,7 @@ jobs:
build-args: |
BASE_TAG=${{ env.DOCKER_TAG }}
REGISTRY_NAMESPACE=${{ env.REGISTRY_NAMESPACE }}
SENTRY_RELEASE=${{ github.sha }}
tags: |
${{ env.REGISTRY_NAMESPACE }}${{ inputs.prefix }}-api-php:${{ env.DOCKER_TAG }}
Expand Down Expand Up @@ -87,5 +87,6 @@ jobs:
build-args: |
BASE_TAG=${{ env.DOCKER_TAG }}
REGISTRY_NAMESPACE=${{ env.REGISTRY_NAMESPACE }}
SENTRY_RELEASE=${{ github.sha }}
tags: |
${{ env.REGISTRY_NAMESPACE }}${{ inputs.prefix }}-worker:${{ env.DOCKER_TAG }}
1 change: 1 addition & 0 deletions .github/workflows/build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ jobs:
build-args: |
BASE_TAG=${{ env.DOCKER_TAG }}
REGISTRY_NAMESPACE=${{ env.REGISTRY_NAMESPACE }}
SENTRY_RELEASE=${{ github.sha }}
tags: |
${{ env.REGISTRY_NAMESPACE }}${{ inputs.image }}:${{ env.DOCKER_TAG }}
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:
DOCKER_TAG: ${{ github.sha }}
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
VERIFY_SSL: "false"
SENTRY_RELEASE: ${{ github.sha }}

jobs:
build_keycloak:
Expand Down

0 comments on commit 2a3cc0e

Please sign in to comment.