From d108d4c7eafcd55288e0e54413d481b8d6b348f4 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Sat, 14 Mar 2026 19:16:45 -0400 Subject: [PATCH] fix(ci): internal dns name does not support https --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 60045d4..a2c3bca 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout code shell: sh run: | - git clone https://gitea.gitea.svc.cluster.local/${{ gitea.repository }}.git . + git clone http://gitea.gitea.svc.cluster.local/${{ gitea.repository }}.git . git checkout ${{ gitea.sha }} - name: Determine image tags @@ -90,7 +90,7 @@ jobs: - name: Checkout code shell: sh run: | - git clone https://gitea.gitea.svc.cluster.local/${{ gitea.repository }}.git . + git clone http://gitea.gitea.svc.cluster.local/${{ gitea.repository }}.git . git checkout ${{ gitea.sha }} - name: Determine image tags