fix: Run jobs on runner host to resolve network issues
This commit is contained in:
@@ -10,6 +10,9 @@ jobs:
|
||||
name: Construir y Subir Imágenes Docker
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: host
|
||||
|
||||
steps:
|
||||
- name: Checkout del código
|
||||
uses: actions/checkout@v4
|
||||
@@ -47,6 +50,9 @@ jobs:
|
||||
name: Desplegar a Producción
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
|
||||
container:
|
||||
image: host
|
||||
|
||||
steps:
|
||||
- name: Desplegar con Docker Compose
|
||||
|
||||
Reference in New Issue
Block a user