diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9517a6f..ba8424e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -23,6 +23,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install Docker CLI + run: apt-get update -qq && apt-get install -y -qq docker.io + - name: Login to Gitea registry run: | echo "${{ secrets.REGISTRY_PASSWORD }}" \ diff --git a/infrastructure/terraform/act-runner.tf b/infrastructure/terraform/act-runner.tf index 12af361..471d481 100644 --- a/infrastructure/terraform/act-runner.tf +++ b/infrastructure/terraform/act-runner.tf @@ -106,7 +106,7 @@ resource "kubernetes_deployment" "act_runner" { --instance http://gitea-http.gitea.svc.cluster.local:3000 \ --token "$(cat /etc/runner-token/token)" \ --name "k3d-runner-$(hostname)" \ - --labels ubuntu-latest + --labels ubuntu-latest:docker:node:20 fi exec act_runner daemon --config /etc/act-runner/config.yaml EOT