We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9290c93 commit d127e36Copy full SHA for d127e36
.github/workflows/push_image_pr.yml
@@ -46,5 +46,14 @@ jobs:
46
issue_number: context.issue.number,
47
owner: context.repo.owner,
48
repo: context.repo.repo,
49
- body: 'New image: ${{ env.WF_REGISTRY }}/${{ env.WF_IMAGE }}:${{ env.short_sha }}. It will expire after two weeks.'
+ 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
+ `
59
})
0 commit comments