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