diff --git a/gitea-runner/deployment.yaml b/gitea-runner/deployment.yaml index e2b8631..5201c29 100644 --- a/gitea-runner/deployment.yaml +++ b/gitea-runner/deployment.yaml @@ -21,8 +21,8 @@ data: capacity: 1 timeout: 3h labels: - - "ubuntu-latest:docker://node:20-bookworm" - - "ubuntu-22.04:docker://ubuntu:22.04" + - "ubuntu-latest:docker://catthehacker/ubuntu:act-22.04" + - "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04" - "self-hosted:host" container: network: "" @@ -64,7 +64,7 @@ spec: --instance https://gitea.inje-private.com \ --token $(cat /secrets/token) \ --name mlops-runner \ - --labels "ubuntu-latest:docker://node:20-bookworm,self-hosted:host" + --labels "ubuntu-latest:docker://catthehacker/ubuntu:act-22.04,ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04,self-hosted:host" fi act_runner daemon --config /config/config.yaml env: