fix(renovate): run renovate image directly instead of docker-wrapping action #11

Merged
makiolaj merged 1 commits from fix/renovate-action-pin into main 2026-06-19 09:16:23 +00:00
Owner

Fixes the failing Renovate workflow. renovatebot/github-action shells out to docker run which the Gitea node:22 job container can't satisfy (no docker CLI/socket). Now runs the renovate image as the job container and invokes renovate directly.

Fixes the failing Renovate workflow. renovatebot/github-action shells out to `docker run` which the Gitea node:22 job container can't satisfy (no docker CLI/socket). Now runs the renovate image as the job container and invokes `renovate` directly.
makiolaj added 1 commit 2026-06-19 09:15:57 +00:00
fix(renovate): run renovate image directly instead of docker-wrapping action
All checks were successful
CI / ci (push) Successful in 1m52s
35022267dc
renovatebot/github-action is a Node wrapper that shells out to
`docker run ghcr.io/renovatebot/renovate`, requiring a Docker CLI + socket
inside the job. The Gitea runner executes the job in a plain node:22 container
with neither, so it died on "Unable to locate executable file: docker".

Run the renovate image as the job container and invoke `renovate` directly —
drops the docker-in-docker requirement. Full tag pinned; Renovate's
github-actions manager keeps container.image bumped.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
makiolaj merged commit 81baadfaf3 into main 2026-06-19 09:16:23 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: makiolaj/calendula#11