mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-04 04:09:54 +02:00
Simplify 'echo outputs' workflow steps
Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
parent
f6b18ddbd7
commit
7164a7947c
2 changed files with 5 additions and 10 deletions
3
.github/workflows/verify-push.yaml
vendored
3
.github/workflows/verify-push.yaml
vendored
|
@ -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) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue