fix(ci): changed port to 3000 as 80 does not seem to work
Build and Push Docker Images / build-frontend (push) Failing after 5s
Build and Push Docker Images / build-api (push) Failing after 7s

This commit is contained in:
2026-03-15 00:24:13 -04:00
parent 13fe383116
commit 44b6c79713
+4 -4
View File
@@ -27,7 +27,7 @@ jobs:
id: tags
shell: sh
run: |
REGISTRY="gitea.gitea.svc.cluster.local:80"
REGISTRY="gitea.gitea.svc.cluster.local:3000"
REPO_OWNER="${{ gitea.repository_owner }}"
REPO_NAME="${{ gitea.repository }}"
@@ -60,7 +60,7 @@ jobs:
- name: Login to registry
shell: sh
run: |
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.gitea.svc.cluster.local:80 -u "${{ gitea.actor }}" --password-stdin
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.gitea.svc.cluster.local:3000 -u "${{ gitea.actor }}" --password-stdin
- name: Build and push API image
shell: sh
@@ -97,7 +97,7 @@ jobs:
id: tags
shell: sh
run: |
REGISTRY="gitea.gitea.svc.cluster.local:80"
REGISTRY="gitea.gitea.svc.cluster.local:3000"
REPO_OWNER="${{ gitea.repository_owner }}"
REPO_NAME="${{ gitea.repository }}"
@@ -130,7 +130,7 @@ jobs:
- name: Login to registry
shell: sh
run: |
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.gitea.svc.cluster.local:80 -u "${{ gitea.actor }}" --password-stdin
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.gitea.svc.cluster.local:3000 -u "${{ gitea.actor }}" --password-stdin
- name: Build and push frontend image
shell: sh