fix(ci): docker internal dns name does not support https

This commit is contained in:
2026-03-14 19:19:20 -04:00
parent d108d4c7ea
commit 45ccd0b4e1
+2 -2
View File
@@ -60,7 +60,7 @@ jobs:
- name: Login to registry
shell: sh
run: |
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.gitea.svc.cluster.local -u "${{ gitea.actor }}" --password-stdin
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login http://gitea.gitea.svc.cluster.local -u "${{ gitea.actor }}" --password-stdin
- name: Build and push API image
shell: sh
@@ -130,7 +130,7 @@ jobs:
- name: Login to registry
shell: sh
run: |
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.gitea.svc.cluster.local -u "${{ gitea.actor }}" --password-stdin
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login http://gitea.gitea.svc.cluster.local -u "${{ gitea.actor }}" --password-stdin
- name: Build and push frontend image
shell: sh