docker-images/fedora-act.Dockerfile
Erki 6e64808237
Some checks failed
Build and push latest / publish (ubuntu-cpp) (push) Waiting to run
Build and push latest / publish (fedora-act) (push) Failing after 21s
Build and push latest / publish (fedora-cpp) (push) Has been cancelled
Fix build order and specify external dependency
2024-09-18 13:15:59 +03:00

6 lines
276 B
Docker

FROM git.skullnet.me/erki/skullnet/fedora-cpp:latest
RUN curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | bash
ENTRYPOINT ["act", "-W", "/data/repo/.gitea/workflows", "-P", "fedora-cpp=skullnet/fedora-cpp:latest", "-C", "/data/repo", "--pull=false"]