mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 11:46:43 +01:00
remove slack notification release-2.12.0 (#21186)
remove slack notification Signed-off-by: yminer <miner.yang@broadcom.com> Co-authored-by: yminer <miner.yang@broadcom.com>
This commit is contained in:
parent
bb20c648e9
commit
61d0796bc8
10
.github/workflows/build-package.yml
vendored
10
.github/workflows/build-package.yml
vendored
@ -106,13 +106,3 @@ jobs:
|
|||||||
echo "BUILD_BUNDLE=$harbor_offline_build_bundle" >> $GITHUB_ENV
|
echo "BUILD_BUNDLE=$harbor_offline_build_bundle" >> $GITHUB_ENV
|
||||||
|
|
||||||
publishImage $target_branch $Harbor_Assets_Version "${{ secrets.DOCKER_HUB_USERNAME }}" "${{ secrets.DOCKER_HUB_PASSWORD }}"
|
publishImage $target_branch $Harbor_Assets_Version "${{ secrets.DOCKER_HUB_USERNAME }}" "${{ secrets.DOCKER_HUB_PASSWORD }}"
|
||||||
|
|
||||||
- name: Slack Notification
|
|
||||||
uses: sonots/slack-notice-action@v3
|
|
||||||
with:
|
|
||||||
status: ${{ job.status }}
|
|
||||||
title: Build Package - ${{ env.BUILD_BUNDLE }}
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
|
|
||||||
if: always()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user