Skip to content

Commit 25f8118

Browse files
authored
Fix/tag break (#44)
1 parent 9472982 commit 25f8118

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
@@ -79,7 +79,7 @@ runs:
7979
8080
# Bug - Docker build hates images with capital letters
8181
TAGS=$( echo "ghcr.io/${{ github.repository }}/${{ inputs.package }}:${{ inputs.tag }}" | tr '[:upper:]' '[:lower:]' )
82-
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
82+
echo "tags=${TAGS//[$'\r\n ']}" >> $GITHUB_OUTPUT
8383
8484
# Check if a build is required (steps.build.outputs.triggered=true|false)
8585
- name: Check for builds

0 commit comments

Comments
 (0)