6 lines
276 B
Docker
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"]
|