Skip to content

Commit

Permalink
Fix/tag break (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Dec 5, 2023
1 parent 9472982 commit 25f8118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
# Bug - Docker build hates images with capital letters
TAGS=$( echo "ghcr.io/${{ github.repository }}/${{ inputs.package }}:${{ inputs.tag }}" | tr '[:upper:]' '[:lower:]' )
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "tags=${TAGS//[$'\r\n ']}" >> $GITHUB_OUTPUT
# Check if a build is required (steps.build.outputs.triggered=true|false)
- name: Check for builds
Expand Down

0 comments on commit 25f8118

Please sign in to comment.