normalize

This commit is contained in:
2025-12-09 21:37:59 -03:00
parent 3f2eda0655
commit 4430c562c1

View File

@@ -80,15 +80,11 @@ jobs:
echo "Repo URL not found in Dockerargs."
echo "upstream_needs_update=false" >> "$GITHUB_OUTPUT"
echo "build_args=" >> "$GITHUB_OUTPUT"
echo "repo_url=" >> "$GITHUB_OUTPUT"
echo "repo_branch=" >> "$GITHUB_OUTPUT"
fi
else
echo "No Dockerargs found."
echo "upstream_needs_update=false" >> "$GITHUB_OUTPUT"
echo "build_args=" >> "$GITHUB_OUTPUT"
echo "repo_url=" >> "$GITHUB_OUTPUT"
echo "repo_branch=" >> "$GITHUB_OUTPUT"
fi
- name: Check if any tags exist