docker-images/fedora-act.Dockerfile
Erki dd32fc710d
Some checks failed
Build and push latest / publish (ubuntu-cpp) (push) Waiting to run
Build and push latest / publish (fedora-act) (push) Failing after 3m15s
Build and push latest / publish (fedora-cpp) (push) Has been cancelled
Fix CI a bit more
2024-09-18 13:17:22 +03:00

6 lines
267 B
Docker

FROM git.skullnet.me/erki/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"]