images/actions/act/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Failing after 34s
CI / build_php (8.1) (push) Has been skipped
CI / build_php (8.2) (push) Has been skipped

This commit is contained in:
Snoweuph 2024-03-24 13:42:32 +00:00
parent 761ecc95a8
commit c8251f7657

View file

@ -18,5 +18,5 @@ RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner
WORKDIR /home/runner
CMD ["dockerd", "-H", "unix:///var/run/docker.sock"]
CMD ["/bin/bash"]
USER runner