removed act-runner custom image
Some checks failed
/ build-docker-image (push) Failing after 5s

This commit is contained in:
2024-09-03 11:21:09 +01:00
parent 91ea6f22be
commit 418356936f

View File

@@ -1,4 +0,0 @@
FROM gitea/act_runner
#FROM catthehacker/ubuntu:act-latest
RUN apt-get update && apt install software-properties-common && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible