pin act_runner image

This commit is contained in:
2025-07-28 21:51:17 +05:30
parent 9fa118861f
commit f8a4604574

View File

@@ -39,7 +39,7 @@ spec:
echo "Gitea is ready!"
containers:
- name: runner
image: gitea/act_runner:nightly
image: gitea/act_runner@sha256:c22df48ef094e152688d896ba2599be9e0f59a43a32c35c5fa9ea48d0c3f80ee
command: ["sh", "-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
env:
- name: DOCKER_HOST