From 4acf15c4e5e8ba432d0c342370c7b6d6e48bf9c6 Mon Sep 17 00:00:00 2001 From: "Mohamed S. Mahmoud" <mmahmoud@redhat.com> Date: Mon, 22 May 2023 11:30:31 -0400 Subject: [PATCH] fix generated image name and tag (#122) Signed-off-by: Mohamed Mahmoud <mmahmoud@redhat.com> --- .github/workflows/push_image_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image_pr.yml b/.github/workflows/push_image_pr.yml index bc2189091..812e52f7c 100644 --- a/.github/workflows/push_image_pr.yml +++ b/.github/workflows/push_image_pr.yml @@ -48,5 +48,5 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - 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.' }) -- GitLab