fix(ci): internal dns name does not support https
Build and Push Docker Images / build-api (push) Failing after 6s
Build and Push Docker Images / build-frontend (push) Failing after 6s

This commit is contained in:
2026-03-14 19:16:45 -04:00
parent 068aecce61
commit d108d4c7ea
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
- name: Checkout code - name: Checkout code
shell: sh shell: sh
run: | 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 }} git checkout ${{ gitea.sha }}
- name: Determine image tags - name: Determine image tags
@@ -90,7 +90,7 @@ jobs:
- name: Checkout code - name: Checkout code
shell: sh shell: sh
run: | 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 }} git checkout ${{ gitea.sha }}
- name: Determine image tags - name: Determine image tags