From 62b14879369765549e65c19216bb0e304b6f7e62 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 13 Feb 2026 17:09:20 -0600 Subject: [PATCH] fix: remove container spec, let runner provide Node.js and Docker Runner v12.6.4 defaults to node:lts image which includes Node.js. The explicit container block prevented Docker socket access needed for image builds. --- .forgejo/workflows/build-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/build-deploy.yml b/.forgejo/workflows/build-deploy.yml index a44722a4..e5b1f789 100644 --- a/.forgejo/workflows/build-deploy.yml +++ b/.forgejo/workflows/build-deploy.yml @@ -16,8 +16,6 @@ concurrency: jobs: build: runs-on: ubuntu-latest - container: - image: node:22-bookworm steps: - name: Checkout code uses: actions/checkout@v6