3 Commits

Author SHA1 Message Date
Gitea Actions
e9856e6bbb Update manifest version to 5.0.2 [▶️] 2025-12-10 00:41:23 +00:00
3d6f61098f Merge branch 'main' of https://git.icc.gg/ivancarlos/ddnsonroute53
Some checks failed
Build, Push, Publish / Build & Release (push) Has been cancelled
2025-12-09 21:38:04 -03:00
4430c562c1 normalize 2025-12-09 21:37:59 -03:00
2 changed files with 1 additions and 5 deletions

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

View File

@@ -1,4 +1,4 @@
{
"version": "5.0.1",
"version": "5.0.2",
"author": "Ivan Carlos"
}