2 Commits

Author SHA1 Message Date
ffa3425c01 Update dependency node to v24
Some checks failed
lint-test-helm / helm-lint (pull_request) Failing after 3s
2025-11-04 20:46:55 +00:00
4bbecd33a6 fix image
Some checks failed
lint-test-helm / helm-lint (push) Failing after 2s
renovate / renovate (push) Successful in 1m43s
2025-11-04 14:44:47 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ jobs:
if: steps.check-branch-exists.outputs.exists == 'true' if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '24'
- name: Lint Docker Compose - name: Lint Docker Compose
if: steps.check-branch-exists.outputs.exists == 'true' if: steps.check-branch-exists.outputs.exists == 'true'

View File

@@ -155,7 +155,7 @@ gitea-actions:
runner: runner:
labels: labels:
- "ubuntu-latest:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-22.04" - "ubuntu-latest:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-22.04"
- "ubuntu-24.04:docker://harbor.alexlebens.net/proxy-ghcr.io/waja/act_docker_images:runner-24.04" - "ubuntu-24.04:docker://harbor.alexlebens.net/proxy-ghcr.io/waja/ubuntu:runner-24.04"
- "ubuntu-22.04:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-22.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" - "ubuntu-20.04:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-20.04"
dind: dind: