fix(ci): define runs-on as string
All checks were successful
Generate README / generate-parameters (push) Successful in 14s
Helm / helm-lint (push) Successful in 14s
Helm / helm-unittest (push) Successful in 6s
Markdown linter / markdown-lint (push) Successful in 8s
Markdown linter / markdown-link-checker (push) Successful in 44s

This commit is contained in:
2025-11-30 10:46:34 +01:00
parent 96e604f79e
commit 3642b501d5
3 changed files with 5 additions and 10 deletions

View File

@@ -16,8 +16,7 @@ jobs:
generate-parameters:
container:
image: docker.io/library/node:24.11.1-alpine
runs-on:
- ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |

View File

@@ -14,8 +14,7 @@ jobs:
helm-lint:
container:
image: docker.io/volkerraschek/helm:3.19.2
runs-on:
- ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |
@@ -29,8 +28,7 @@ jobs:
helm-unittest:
container:
image: docker.io/volkerraschek/helm:3.19.2
runs-on:
- ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |

View File

@@ -16,8 +16,7 @@ jobs:
markdown-link-checker:
container:
image: docker.io/library/node:24.11.1-alpine
runs-on:
- ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |
@@ -32,8 +31,7 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:24.11.1-alpine
runs-on:
- ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |