Skip to content

Commit d127e36

Browse files
authored
github ok-to-test: add more info in comment (#456)
1 parent 9290c93 commit d127e36

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/push_image_pr.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,14 @@ jobs:
4646
issue_number: context.issue.number,
4747
owner: context.repo.owner,
4848
repo: context.repo.repo,
49-
body: 'New image: ${{ env.WF_REGISTRY }}/${{ env.WF_IMAGE }}:${{ env.short_sha }}. It will expire after two weeks.'
49+
body: `New image:
50+
${{ env.WF_REGISTRY }}/${{ env.WF_IMAGE }}:${{ env.short_sha }}
51+
52+
It will expire after two weeks.
53+
54+
To deploy this build, run from the operator repo, assuming the operator is running:
55+
\`\`\`bash
56+
USER=netobserv VERSION=${{ env.short_sha }} make set-flp-image
57+
\`\`\`
58+
`
5059
})

0 commit comments

Comments
 (0)