Skip to content

Commit

Permalink
fix: remove build notification
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuahp authored Oct 13, 2023
1 parent aaeb1be commit 3c30800
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,3 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
provenance: false

- name: 📣 Comment Result on pull request (success)
if: steps.build.outcome == 'success'
uses: thollander/actions-comment-pull-request@v2
with:
message: |
## 🏗️ Docker build for ${{ matrix.architecture }} successful
- **Version:** ${{ needs.bump-version.outputs.version }}
- **Tag:** ${{ steps.meta.outputs.tags }}
- **Labels:** ${{ steps.meta.outputs.labels }}
- **Changelog:** ${{ needs.bump-version.outputs.changelog }}
- name: 📣 Comment Result on pull request (failure)
if: steps.build.outcome == 'failure'
uses: thollander/actions-comment-pull-request@v2
with:
message: |
## 🏗️ Docker build for ${{ matrix.architecture }} failed
- **Version:** ${{ needs.bump-version.outputs.version }}
- **Tag:** ${{ steps.meta.outputs.tags }}
- **Labels:** ${{ steps.meta.outputs.labels }}
- **Changelog:** ${{ needs.bump-version.outputs.changelog }}

0 comments on commit 3c30800

Please sign in to comment.