Simplify 'echo outputs' workflow steps

Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
Tim Etchells 2021-02-21 16:44:45 -05:00 committed by Divyanshu Agrawal
parent 24d8460d9f
commit dec02e9270
2 changed files with 5 additions and 10 deletions

View file

@ -100,5 +100,4 @@ jobs:
- name: Echo outputs
run: |
echo "Digest: ${{ steps.push.outputs.digest }}"
echo "Registry Paths: ${{ steps.push.outputs.registry-paths }}"
echo "${{ toJSON(steps.push.outputs) }}"