Cambiar runner a 'docker' para MCP workflow
Some checks failed
build-and-deploy / deploy (push) Failing after 2s
build-and-deploy / build (push) Successful in 7s
Deploy MCP Docker Server / build-and-deploy (push) Failing after 3m1s

This commit is contained in:
2025-10-13 19:21:44 -06:00
parent 73ccfe5fdc
commit 9dd7888ea7

View File

@@ -6,11 +6,11 @@ on:
- master - master
paths: paths:
- 'mcp-docker-server/**' - 'mcp-docker-server/**'
- '.github/workflows/deploy-mcp-docker.yml' - '.gitea/workflows/deploy-mcp-docker.yml'
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Checkout code - name: Checkout code