forked from 0xWheatyz/SPARC
fix(ci): changed port to 80 as 3000 does not seem to work
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
id: tags
|
id: tags
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
REGISTRY="gitea.gitea.svc.cluster.local:3000"
|
REGISTRY="gitea.gitea.svc.cluster.local:80"
|
||||||
REPO_OWNER="${{ gitea.repository_owner }}"
|
REPO_OWNER="${{ gitea.repository_owner }}"
|
||||||
REPO_NAME="${{ gitea.repository }}"
|
REPO_NAME="${{ gitea.repository }}"
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
- name: Login to registry
|
- name: Login to registry
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.gitea.svc.cluster.local:3000 -u "${{ gitea.actor }}" --password-stdin
|
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.gitea.svc.cluster.local:80 -u "${{ gitea.actor }}" --password-stdin
|
||||||
|
|
||||||
- name: Build and push API image
|
- name: Build and push API image
|
||||||
shell: sh
|
shell: sh
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
id: tags
|
id: tags
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
REGISTRY="gitea.gitea.svc.cluster.local:3000"
|
REGISTRY="gitea.gitea.svc.cluster.local:80"
|
||||||
REPO_OWNER="${{ gitea.repository_owner }}"
|
REPO_OWNER="${{ gitea.repository_owner }}"
|
||||||
REPO_NAME="${{ gitea.repository }}"
|
REPO_NAME="${{ gitea.repository }}"
|
||||||
|
|
||||||
@@ -130,7 +130,7 @@ jobs:
|
|||||||
- name: Login to registry
|
- name: Login to registry
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.gitea.svc.cluster.local:3000 -u "${{ gitea.actor }}" --password-stdin
|
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.gitea.svc.cluster.local:80 -u "${{ gitea.actor }}" --password-stdin
|
||||||
|
|
||||||
- name: Build and push frontend image
|
- name: Build and push frontend image
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|||||||
Reference in New Issue
Block a user