build image
Some checks failed
Build Images / build-mcp (push) Failing after 1s
Build Images / build-agents (push) Failing after 2s
Build Images / build-frontend (push) Failing after 12m5s
Build Images / build-server (push) Failing after 12m35s

This commit is contained in:
Luis Erlacher 2025-10-06 08:59:31 -03:00
parent 1dda079a3a
commit faccfa1345

View File

@ -16,7 +16,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
run: | run: |
git clone https://git.automatizase.com.br/luis.erlacher/Archon.git . git clone https://luis.erlacher:R@tV8rhqC@BN3ttfF8@git.automatizase.com.br/luis.erlacher/Archon.git .
git checkout ${{ github.sha }} git checkout ${{ github.sha }}
- name: Build and push server - name: Build and push server
@ -31,7 +31,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
run: | run: |
git clone https://git.automatizase.com.br/luis.erlacher/Archon.git . git clone https://luis.erlacher:R@tV8rhqC@BN3ttfF8@git.automatizase.com.br/luis.erlacher/Archon.git .
git checkout ${{ github.sha }} git checkout ${{ github.sha }}
- name: Build and push mcp - name: Build and push mcp
@ -46,7 +46,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
run: | run: |
git clone https://git.automatizase.com.br/luis.erlacher/Archon.git . git clone https://luis.erlacher:R@tV8rhqC@BN3ttfF8@git.automatizase.com.br/luis.erlacher/Archon.git .
git checkout ${{ github.sha }} git checkout ${{ github.sha }}
- name: Build and push frontend (PRODUCTION with Nginx) - name: Build and push frontend (PRODUCTION with Nginx)
@ -61,7 +61,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
run: | run: |
git clone https://git.automatizase.com.br/luis.erlacher/Archon.git . git clone https://luis.erlacher:R@tV8rhqC@BN3ttfF8@git.automatizase.com.br/luis.erlacher/Archon.git .
git checkout ${{ github.sha }} git checkout ${{ github.sha }}
- name: Build and push agents - name: Build and push agents