Trying things

This commit is contained in:
l-nmch
2025-10-26 12:53:11 +01:00
parent e327da2f53
commit 20924e759c

View File

@@ -18,9 +18,8 @@ jobs:
- name: Build appjs
run: |
pwd
ls -la
make appjs
docker run $(pwd):/workdir -w /workdir/app -e NPM_CONFIG_CACHE=/tmp node:14.0-slim npm install
docker run $(pwd):/workdir -w /workdir/app -e NPM_CONFIG_CACHE=/tmp node:14.0-slim npm run build
- name: Log in to Docker Registry
uses: docker/login-action@v3