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 9472982 commit 25f8118Copy full SHA for 25f8118
action.yml
@@ -79,7 +79,7 @@ runs:
79
80
# Bug - Docker build hates images with capital letters
81
TAGS=$( echo "ghcr.io/${{ github.repository }}/${{ inputs.package }}:${{ inputs.tag }}" | tr '[:upper:]' '[:lower:]' )
82
- echo "tags=${TAGS}" >> $GITHUB_OUTPUT
+ echo "tags=${TAGS//[$'\r\n ']}" >> $GITHUB_OUTPUT
83
84
# Check if a build is required (steps.build.outputs.triggered=true|false)
85
- name: Check for builds
0 commit comments