Add CLI flag for specifying the Docker image to use. #83
Labels
No Label
kind
bug
kind
build
kind/compatible
kind
dependencies
kind
docs
kind
enhancement
kind
feature
kind
help wanted
kind
proposal
kind
refactor
related
act
related
environment
related
exec
related
gitea
related
workflow
reviewed
confirmed
reviewed
duplicate
reviewed
invalid
reviewed
needs feedback
reviewed
wontfix
reviewed
workaround
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/act_runner#83
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":telackey/imageflag"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since the
exec
command does not use labels from.runner
, there is no existing way to specify which Docker image to use for task execution.This adds an
--image
flag for specifying it manually. The default remainsnode:16-bullseye
.Oh, maybe we should still have labels containers mapping?
I don't think so, unlike
daemon
, a flag is enough forexec
. The user may want to test the same job on different images, so it will be convenient to use a single flag.I do not have the approval to merge, but if someone else would like to do it, sounds good to me.