update ci
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 20s

This commit is contained in:
2026-04-17 19:12:57 -04:00
parent 8f1baaaf77
commit 8879d0864f

View File

@@ -10,12 +10,6 @@ jobs:
runs-on: ubuntu-latest # Runner must have Docker socket mounted runs-on: ubuntu-latest # Runner must have Docker socket mounted
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "24"
cache: "npm"
- run: npm ci && npm run build
- name: Build and run container - name: Build and run container
run: | run: |
docker build -t garcia-inv:latest . docker build -t garcia-inv:latest .