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 86c5567 commit 04eb270Copy full SHA for 04eb270
action.yml
@@ -73,7 +73,7 @@ runs:
73
if [ "${{ inputs.image_name }}" = "" ]; then
74
echo 'image_name=${{ inputs.organization }}/${{ inputs.repository }}' >> "$GITHUB_OUTPUT"
75
else
76
- echo 'image_name=${{inputs.image_name}}' >> "$GITHUB_OUTPU"
+ echo 'image_name=${{inputs.image_name}}' >> "$GITHUB_OUTPUT"
77
fi
78
- name: Docker meta
79
id: meta
0 commit comments