From 1c986fa9766c04a45a74a8c85811a2b0b66879d7 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Tue, 9 Feb 2021 00:47:18 +0530 Subject: [PATCH] Fix README to updated output name Signed-off-by: divyansh42 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7351c3..06ee561 100644 --- a/README.md +++ b/README.md @@ -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