Explorar el Código

BUILD-3596 Fix Docker Image release and slack messages

pull/158/head
Mate Molnar hace 8 meses
padre
commit
40b487e028
No account linked to committer's email address
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      .github/workflows/release.yml

+ 3
- 2
.github/workflows/release.yml Ver fichero

@@ -17,7 +17,8 @@ jobs:
slackChannel: team-sonarqube-build
release_docker:
permissions:
id-token: write
id-token: write # Required by SonarSource/vault-action-wrapper
contents: write # Required by softprops/action-gh-release
runs-on: ubuntu-latest
name: Start Docker release process
needs: release
@@ -46,6 +47,6 @@ jobs:
if: failure()
with:
channel-id: team-sonarqube-build
slack-message: "Release failed, see the logs at https://github.com/{{ GITHUB_REPOSITORY }}/actions by {{ GITHUB_ACTOR }}"
slack-message: "Releasing Docker Image failed, see the logs at https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} by ${{ github.actor }}"
env:
SLACK_BOT_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).SLACK_BOT_TOKEN }}

Cargando…
Cancelar
Guardar