forgot to remove needs: build_app from workflow
All checks were successful
Node.js CI / build_image (push) Successful in 53s

This commit is contained in:
ChrQR 2024-05-17 21:15:09 +02:00
parent a8ad93210a
commit 5d9e6bfda0

View File

@ -14,7 +14,7 @@ jobs:
# - run: npm ci # - run: npm ci
# - run: npm run build --production --if-present # - run: npm run build --production --if-present
build_image: build_image:
needs: build_app # needs: build_app
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up QEMU - name: Set up QEMU