Reversion 1.24.0
This commit is contained in:
@@ -14,22 +14,20 @@ jobs:
|
|||||||
repository: ${{ gitea.repository }}
|
repository: ${{ gitea.repository }}
|
||||||
token: ${{ secrets.ACTIONS_PAT }}
|
token: ${{ secrets.ACTIONS_PAT }}
|
||||||
|
|
||||||
# --- ¡USA LA IP PÚBLICA! ---
|
|
||||||
- name: Login al Registro de Gitea
|
- name: Login al Registro de Gitea
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ secrets.REGISTRY_URL }}
|
registry: gitea:5000
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.ACTIONS_PAT }}
|
password: ${{ secrets.ACTIONS_PAT }}
|
||||||
|
|
||||||
# --- ¡USA LA IP PÚBLICA EN LOS TAGS! ---
|
|
||||||
- name: Construir y Subir API Backend
|
- name: Construir y Subir API Backend
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Backend/GestionIntegral.Api/Dockerfile
|
file: ./Backend/GestionIntegral.Api/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/api:latest
|
tags: gitea:5000/${{ gitea.repository }}/api:latest
|
||||||
|
|
||||||
- name: Construir y Subir Frontend
|
- name: Construir y Subir Frontend
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@@ -37,7 +35,7 @@ jobs:
|
|||||||
context: ./Frontend
|
context: ./Frontend
|
||||||
file: ./Frontend/Dockerfile
|
file: ./Frontend/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/frontend:latest
|
tags: gitea:5000/${{ gitea.repository }}/frontend:latest
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
name: Desplegar a Producción
|
name: Desplegar a Producción
|
||||||
|
|||||||
Reference in New Issue
Block a user