mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 18:21:20 +01:00
Fix README to updated output name
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
4757eb3399
commit
1c986fa976
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ jobs:
|
|||
password: ${{ secrets.QUAY_TOKEN }}
|
||||
|
||||
- name: Use the image
|
||||
run: echo "New image has been pushed to ${{ steps.push-to-quay.outputs.registry-path }}"
|
||||
run: echo "New image has been pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"
|
||||
```
|
||||
|
||||
## Note about images built with Docker
|
||||
|
|
Loading…
Add table
Reference in a new issue