fix(actions): Stupid mess

This commit is contained in:
l-nmch
2025-10-26 12:28:29 +01:00
parent 63416660dc
commit b8305b8924

View File

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