Skip to content
Snippets Groups Projects
Unverified Commit 7334604e authored by Joel Takvorian's avatar Joel Takvorian Committed by GitHub
Browse files

github ok-to-test: add more info in comment (#150)

parent 48adcf40
Branches
Tags
No related merge requests found
......@@ -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-agent-image
\`\`\`
`
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment