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 df19cb1 commit 201d421Copy full SHA for 201d421
.github/workflows/build-package.yml
@@ -106,13 +106,3 @@ jobs:
106
echo "BUILD_BUNDLE=$harbor_offline_build_bundle" >> $GITHUB_ENV
107
108
publishImage $target_branch $Harbor_Assets_Version "${{ secrets.DOCKER_HUB_USERNAME }}" "${{ secrets.DOCKER_HUB_PASSWORD }}"
109
-
110
- - name: Slack Notification
111
- uses: sonots/slack-notice-action@v3
112
- with:
113
- status: ${{ job.status }}
114
- title: Build Package - ${{ env.BUILD_BUNDLE }}
115
- env:
116
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
118
- if: always()
0 commit comments