diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ec0d9bf..813726d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,9 +10,6 @@ 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 @@ -50,9 +47,6 @@ jobs: name: Desplegar a Producción runs-on: ubuntu-latest needs: build - - container: - image: host steps: - name: Desplegar con Docker Compose