Skip to content

Commit

Permalink
Add slack notification to publish-docker-images workflow (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jul 26, 2023
1 parent d7b8245 commit 07b0666
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,11 @@ jobs:
else
bash -c "${{ matrix.push_script }}"
fi
- if: failure()
uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
slackChannel: "#observablt-bots"

0 comments on commit 07b0666

Please sign in to comment.