diff --git a/.github/actions/build-test-push/push.sh b/.github/actions/build-test-push/push.sh index 599346f1..f6744598 100755 --- a/.github/actions/build-test-push/push.sh +++ b/.github/actions/build-test-push/push.sh @@ -34,7 +34,7 @@ echo echo "Tag(s) to push:" IFS=',' read -ra tags_to_push <<< "$tags" for tag in "${tags_to_push[@]}"; do - echo "- $tag" + [ -n "$tag" ] && echo "- $tag" done if [ "$dry_run" = "true" ]; then