Skip to content

Commit

Permalink
Added pr message
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Jan 27, 2024
1 parent ef3b186 commit 3375429
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,15 @@ jobs:
# # This step uses the identity token to provision an ephemeral certificate
# # against the sigstore community Fulcio instance.
# run: cosign sign ${{ steps.meta.outputs.tags }}@${{ steps.build-and-push.outputs.digest }}

- name: PR message
if: github.event_name == 'pull_request'
uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Built docker image: https://github.com/cjmalloy/jasper-ssh/pkgs/container/jasper-ssh/pr-${{ github.event.number }}'
})

0 comments on commit 3375429

Please sign in to comment.