We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ae0de commit c059f29Copy full SHA for c059f29
.github/workflows/init_container.yaml
@@ -62,3 +62,13 @@ jobs:
62
tags: "lightruncom/k8s-operator-init-java-agent-${{ matrix.agents.platform }}:${{steps.set_tag.outputs.TAG_NAME}}"
63
build-args: |
64
FILE=${{ matrix.agents.file }}
65
+
66
67
+ - name: Slack Notification
68
+ uses: rtCamp/[email protected]
69
+ env:
70
+ SLACK_CHANNEL: devops-alerts
71
+ SLACK_COLOR: ${{ job.status }} # or a specific color like 'good' or '#ff00ff'
72
+ SLACK_MESSAGE: 'Tag ${{ inputs.release_tag }} | Platform ${{ matrix.agents.platform }}'
73
+ SLACK_TITLE: Init contianer build status - ${{ job.status }}
74
+ SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments