fix: container runtime
Some checks failed
Markdown linter / markdown-link-checker (push) Failing after 26s
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2025-01-11 13:10:56 +01:00
parent 5dd2894d59
commit 86185afaff
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -14,10 +14,13 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- run: |
- name: Install build tools
run: |
apt update --yes
apt install --yes build-essential
- env:
- name: Verify links in markdown files
env:
CONTAINER_RUNTIME: docker
HELM_IMAGE_REGISTRY_HOST: harbor.cryptic.systems
HELM_IMAGE_REPOSITORY: docker/library/node
run: |