diff --git a/apps/gitea/runner-deployment.yaml b/apps/gitea/runner-deployment.yaml index b9316c9..ce35ba8 100755 --- a/apps/gitea/runner-deployment.yaml +++ b/apps/gitea/runner-deployment.yaml @@ -30,7 +30,7 @@ spec: command: ['sh', '-c', "until wget https://git.namesny.com 2>/dev/null; do echo waiting for gitea; sleep 2; done"] containers: - name: runner - image: gitea/act_runner:nightly-dind-rootless + image: gitea/act_runner:latest-dind-rootless@sha256:2f4c10a8354062ff3f8faa1df17006e650dcf21853a34713dfc2ed961f6ca50f imagePullPolicy: Always env: - name: DOCKER_HOST