Skip to content

Commit 4e1f514

Browse files
authored
Applied case name fixes
1 parent 8e5aa89 commit 4e1f514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
echo "No image_name provided and ${{ inputs.context }} is not a directory"
6666
exit 1
6767
fi
68-
echo "::set-output name=image::$IMAGE_NAME"
68+
echo "::set-output name=image::${IMAGE_NAME,,}"
6969
7070
- name: Generate tag list
7171
id: generate-tag-list

0 commit comments

Comments
 (0)