Update .gitea/workflows/dockerbuild.yml
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 17s

This commit is contained in:
2026-02-02 14:20:37 -05:00
parent 5df8efb66e
commit 79b33b2510

View File

@@ -26,7 +26,7 @@ jobs:
if [ -n "${GITEA_TOKEN:-}" ]; then if [ -n "${GITEA_TOKEN:-}" ]; then
CLONE_URL="${BASE}/${REPO}.git" CLONE_URL="${BASE}/${REPO}.git"
#CLONE_URL="$(echo "$CLONE_URL" | sed -E 's#^https://#https://oauth2:'"${GITEA_TOKEN}"'@#')" CLONE_URL="$(echo "$CLONE_URL" | sed -E 's#^https://#https://oauth2:'"${GITEA_TOKEN}"'@#')"
git clone "$CLONE_URL" . git clone "$CLONE_URL" .
else else
git clone "${BASE}/${REPO}.git" . git clone "${BASE}/${REPO}.git" .