Skip to content

Commit

Permalink
Adding Slack Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayasimha Raghavan authored and Jayasimha Raghavan committed Feb 3, 2024
1 parent be98821 commit ce6e35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":tada: Custom Docker Build Verification for ${{ steps.get_tag.outputs.current_tag }} successful "
"text": ":tada: Custom Docker Build Verification for `${{ steps.get_tag.outputs.current_tag }}` *Successful*"
}
}
]
Expand All @@ -142,7 +142,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":no-entry: Attention! Custom Docker Build Verification for ${{ steps.get_tag.outputs.current_tag }} Failed! "
"text": ":no-entry: Attention! Custom Docker Build Verification for `${{ steps.get_tag.outputs.current_tag }}` *Failed!* "
}
}
]
Expand Down

0 comments on commit ce6e35f

Please sign in to comment.