diff --git a/.gitea/workflows/lint-test-docker.yaml b/.gitea/workflows/lint-test-docker.yaml index 1e9500f33..81aa4965b 100644 --- a/.gitea/workflows/lint-test-docker.yaml +++ b/.gitea/workflows/lint-test-docker.yaml @@ -17,7 +17,7 @@ on: jobs: docker-lint: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -39,7 +39,7 @@ jobs: if: steps.check-branch-exists.outputs.exists == 'true' uses: actions/setup-node@v5 with: - node-version: '22' + node-version: '24' - name: Lint Docker Compose if: steps.check-branch-exists.outputs.exists == 'true' diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 59f50b004..7d16862b0 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -155,7 +155,7 @@ gitea-actions: runner: labels: - "ubuntu-latest:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-latest" - - "ubuntu-24.04:docker://harbor.alexlebens.net/proxy-hub.docker/catthehacker/ubuntu:act-24.04" + - "ubuntu-24.04:docker://harbor.alexlebens.net/proxy-proxy-ghcr.io/actions-oss/act/minimal/runner:ubuntu-24.04" - "ubuntu-22.04:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-22.04" - "ubuntu-20.04:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-20.04" dind: