Skip to content

Commit 4acf15c

Browse files
authored
fix generated image name and tag (#122)
Signed-off-by: Mohamed Mahmoud <[email protected]>
1 parent fe47125 commit 4acf15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_image_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
issue_number: context.issue.number,
4949
owner: context.repo.owner,
5050
repo: context.repo.repo,
51-
body: 'New image: ${{ steps.push-to-quay.outputs.registry-paths }}. It will expire after two weeks.'
51+
body: 'New image: ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.short_sha }}. It will expire after two weeks.'
5252
})

0 commit comments

Comments
 (0)