Added own gitearunner for node action.
This commit is contained in:
parent
3dc75a0d00
commit
27cfab6586
@ -40,7 +40,7 @@ services:
|
||||
memory: 384M # Reduced from 512M (requires Gitea optimizations)
|
||||
|
||||
gitea-runner:
|
||||
image: gitea/act_runner:latest
|
||||
image: registry.jaub.cloud/gitearunner
|
||||
container_name: gitea-runner
|
||||
restart: always
|
||||
depends_on:
|
||||
|
||||
7
dockerfiles/gitearunner.DOCKERFILE
Normal file
7
dockerfiles/gitearunner.DOCKERFILE
Normal file
@ -0,0 +1,7 @@
|
||||
FROM docker.io/gitea/act_runner:latest
|
||||
|
||||
# Install Node.js via apt
|
||||
RUN apk add --no-cache nodejs npm
|
||||
|
||||
# Verify installation
|
||||
RUN node --version && npm --version
|
||||
Loading…
x
Reference in New Issue
Block a user