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 62bb60c commit b57a283Copy full SHA for b57a283
.github/workflows/release.yml
@@ -103,9 +103,3 @@ jobs:
103
builder: ${{ steps.buildx.outputs.name }}
104
tags: ${{ github.repository }}:latest
105
push: true
106
- - name: Post status to Google Chat
107
- if: ${{ always() }}
108
- uses: containrrr/shoutrrr-action@v1
109
- with:
110
- url: "${{ secrets.WATCHTOWER_NOTIFICATION_URL }}"
111
- message: "Released `${{ github.repository }}`@`${{ github.sha }}` as ${{ steps.version.outputs.tag }}: **${{ job.status }}**."
0 commit comments