diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56d4763..fb365c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -244,4 +244,4 @@ jobs: env: PORTAINER_WEBHOOK: ${{secrets.PORTAINER_WEBHOOK}} run: | - curl -v -X POST "${PORTAINER_WEBHOOK}?IMAGE_TAG=${{steps.meta.outputs.tag}}" --fail-with-body + curl -v -X POST "${PORTAINER_WEBHOOK}?IMAGE_TAG=${{steps.meta.outputs.tag}}&SENTRY_RELEASE=${{steps.meta.outputs.sentry_version}}" --fail-with-body diff --git a/compose.prod.yaml b/compose.prod.yaml index af51704..6ed27ed 100644 --- a/compose.prod.yaml +++ b/compose.prod.yaml @@ -10,7 +10,7 @@ services: MAILER_DSN: ${MAILER_DSN} MAILER_SENDER: ${MAILER_SENDER} SENTRY_DSN: ${SENTRY_DSN} - SENTRY_RELEASE: ${IMAGE_TAG} + SENTRY_RELEASE: ${SENTRY_RELEASE} SENTRY_ENVIRONMENT: ${SENTRY_ENVIRONMENT} labels: - "traefik.enable=true"