From faccfa1345bda9281164f98266b1a80c490d2c2a Mon Sep 17 00:00:00 2001 From: Luis Erlacher Date: Mon, 6 Oct 2025 08:59:31 -0300 Subject: [PATCH] build image --- .gitea/workflows/build-images.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-images.yml b/.gitea/workflows/build-images.yml index 319ad8c..b7c41fe 100644 --- a/.gitea/workflows/build-images.yml +++ b/.gitea/workflows/build-images.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout 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 }} - name: Build and push server @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout 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 }} - name: Build and push mcp @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout 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 }} - name: Build and push frontend (PRODUCTION with Nginx) @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout 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 }} - name: Build and push agents