Skip to content

Commit

Permalink
pr reply on docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Aug 24, 2024
1 parent 143051c commit 14532b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,13 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}

- name: Comment on Pull Request with Container Image URL
if: success()
uses: marocchino/sticky-pull-request-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
header: Built and pushed Docker image for PR
message: |
The Docker image for this pull request has been built and pushed to GHCR.
Image URL: `ghcr.io/${{ github.repository }}:pr-${{ github.event.number }}`

0 comments on commit 14532b4

Please sign in to comment.