Skip to content

Commit 152b51b

Browse files
committed
feat(ci): add release Slack notifications
1 parent 3a08e0e commit 152b51b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ jobs:
2020
password: ${{ secrets.DOCKERHUB_PASSWORD }}
2121
- run: make docker-image DOCKER_IMAGE=replicated/ekco:$GITHUB_REF_NAME VERSION=$GITHUB_REF_NAME
2222
- run: docker push replicated/ekco:$GITHUB_REF_NAME
23+
24+
notify:
25+
needs: release
26+
uses: replicatedhq/reusable-workflows/.github/workflows/notify-release/notify-release.yml@main
27+
with:
28+
tag: ${{ github.ref_name }}
29+
secrets:
30+
slack_webhook: ${{ secrets.PRODUCTION_SYSTEMS_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)