Skip to content

Commit 32d0a6c

Browse files
author
Chris Nicel
committed
erroneous {}'s
1 parent ccd8638 commit 32d0a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker_Image_Build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
echo "cache_setting=${{ inputs.cache_setting }}"
4949
echo "---"
5050
51-
- run: echo "{image_name_tag}={${{ inputs.registry }}${{ inputs.image_name }}:${{ inputs.tag_name }}}" >> "$GITHUB_OUTPUT"
51+
- run: echo "image_name_tag=${{ inputs.registry }}${{ inputs.image_name }}:${{ inputs.tag_name }}" >> "$GITHUB_OUTPUT"
5252
id: name_tag
5353
shell: bash
5454

0 commit comments

Comments
 (0)