mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
remove slack notification release-2.11.0 (#21184)
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
df19cb1777
commit
201d421dad
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