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 fe47125 commit 4acf15cCopy full SHA for 4acf15c
.github/workflows/push_image_pr.yml
@@ -48,5 +48,5 @@ jobs:
48
issue_number: context.issue.number,
49
owner: context.repo.owner,
50
repo: context.repo.repo,
51
- body: 'New image: ${{ steps.push-to-quay.outputs.registry-paths }}. It will expire after two weeks.'
+ body: 'New image: ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.short_sha }}. It will expire after two weeks.'
52
})
0 commit comments