gitea/act_runner/Dockerfile

3 lines
83 B
Docker

FROM gitea/act_runner:latest
COPY config.yaml /
ENTRYPOINT ["act_runner", "daemon"]