Va
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
context: .
|
||||
file: ./Backend/GestionIntegral.Api/Dockerfile
|
||||
push: true
|
||||
tags: gitea:5000/${{ gitea.repository }}/api:latest
|
||||
tags: ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/api:latest
|
||||
|
||||
- name: Construir y Subir Frontend
|
||||
uses: docker/build-push-action@v5
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
context: ./Frontend
|
||||
file: ./Frontend/Dockerfile
|
||||
push: true
|
||||
tags: gitea:5000/${{ gitea.repository }}/frontend:latest
|
||||
tags: ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/frontend:latest
|
||||
|
||||
deploy:
|
||||
name: Desplegar a Producción
|
||||
|
||||
Reference in New Issue
Block a user