Skip to content
Snippets Groups Projects
Unverified Commit 4acf15c4 authored by Mohamed S. Mahmoud's avatar Mohamed S. Mahmoud Committed by GitHub
Browse files

fix generated image name and tag (#122)

parent fe471253
Branches
Tags
No related merge requests found
...@@ -48,5 +48,5 @@ jobs: ...@@ -48,5 +48,5 @@ jobs:
issue_number: context.issue.number, issue_number: context.issue.number,
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.repo, 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.'
}) })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment