exec does not load custom image from .runner #123

Closed
opened 2023-04-14 04:35:58 +00:00 by giteaer · 1 comment

I specified a custom docker image in .runner, it works when the runner is using daemon mode, however when I start it as exec, it reverts to using node:16-bullseye, any idea why?

I specified a custom docker image in `.runner`, it works when the runner is using `daemon` mode, however when I start it as `exec`, it reverts to using `node:16-bullseye`, any idea why?
Owner

exec works in a different way, it doesn't read .runner. You should use a argument to specify the image:

image

`exec` works in a different way, it doesn't read `.runner`. You should use a argument to specify the image: ![image](/attachments/4b5b3fb0-8ba7-4cb7-b418-838d13ada0ce)
445 KiB
wolfogre added the
kind
help wanted
related
exec
labels 2023-04-14 06:12:44 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/act_runner#123
No description provided.