This commit is contained in:
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user