This commit is contained in:
@@ -10,12 +10,6 @@ jobs:
|
||||
runs-on: ubuntu-latest # Runner must have Docker socket mounted
|
||||
steps:
|
||||
- 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
|
||||
run: |
|
||||
docker build -t garcia-inv:latest .
|
||||
|
||||
Reference in New Issue
Block a user