We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5aa89 commit 4e1f514Copy full SHA for 4e1f514
action.yml
@@ -65,7 +65,7 @@ runs:
65
echo "No image_name provided and ${{ inputs.context }} is not a directory"
66
exit 1
67
fi
68
- echo "::set-output name=image::$IMAGE_NAME"
+ echo "::set-output name=image::${IMAGE_NAME,,}"
69
70
- name: Generate tag list
71
id: generate-tag-list
0 commit comments