2 Commits

Author SHA1 Message Date
3f2eda0655 Merge branch 'main' of https://git.icc.gg/ivancarlos/ddnsonroute53
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 15m51s
2025-12-09 20:50:59 -03:00
050b9baf21 update universal 2025-12-09 20:50:46 -03:00

View File

@@ -80,11 +80,15 @@ 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