Skip to content

Commit

Permalink
github ok-to-test: add more info in comment (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Jul 19, 2023
1 parent 9290c93 commit d127e36
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/push_image_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,14 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'New image: ${{ env.WF_REGISTRY }}/${{ env.WF_IMAGE }}:${{ env.short_sha }}. It will expire after two weeks.'
body: `New image:
${{ env.WF_REGISTRY }}/${{ env.WF_IMAGE }}:${{ env.short_sha }}
It will expire after two weeks.
To deploy this build, run from the operator repo, assuming the operator is running:
\`\`\`bash
USER=netobserv VERSION=${{ env.short_sha }} make set-flp-image
\`\`\`
`
})

0 comments on commit d127e36

Please sign in to comment.