Compare commits

..

3 Commits

Author SHA1 Message Date
4bc581d059 chore(deps): update dependency docker/compose to v2.36.0
All checks were successful
Build / build-arm64 (pull_request) Successful in 10m8s
Build / build-amd64 (pull_request) Successful in 10m8s
Build / build-amd64 (push) Successful in 9m47s
Build / build-arm64 (push) Successful in 10m7s
Release / push-amd64 (push) Successful in 10m6s
Release / push-arm64 (push) Successful in 10m31s
Release / push-manifest (push) Successful in 12s
Release / sync-to-hub-docker-io (push) Successful in 1m5s
2025-05-07 13:04:04 +00:00
8fbc5ee077 fix(ci): remove markdown linter
All checks were successful
Build / build-amd64 (push) Successful in 9m27s
Build / build-arm64 (push) Successful in 10m5s
2025-05-07 10:05:01 +02:00
e0dce1bca5 chore(deps): update dependency docker/compose to v2.35.1
Some checks failed
Markdown linter / markdown-link-checker (push) Failing after 24s
Markdown linter / markdown-lint (push) Failing after 11s
Build / build-amd64 (pull_request) Successful in 10m11s
Build / build-arm64 (pull_request) Failing after 23m59s
Build / build-amd64 (push) Successful in 9m32s
Build / build-arm64 (push) Successful in 10m10s
Release / push-arm64 (push) Successful in 10m34s
Release / push-amd64 (push) Successful in 10m34s
Release / push-manifest (push) Successful in 17s
Release / sync-to-hub-docker-io (push) Successful in 1m19s
2025-05-07 07:04:08 +00:00
2 changed files with 1 additions and 47 deletions

View File

@ -1,46 +0,0 @@
name: Markdown linter
on:
pull_request:
paths: [ "**/*.md" ]
types: [ "opened", "reopened", "synchronize" ]
push:
branches:
- '**'
paths: [ "**/*.md" ]
tags-ignore:
- '**'
workflow_dispatch: {}
jobs:
markdown-link-checker:
container:
image: docker.io/library/node:23.11.0-alpine
runs-on:
- ubuntu-latest
steps:
- name: Install tooling
run: |
apk update
apk add git npm
- uses: actions/checkout@v4.2.2
- name: Verify links in markdown files
run: |
npm install
npm run readme:link
markdown-lint:
container:
image: docker.io/library/node:23.11.0-alpine
runs-on:
- ubuntu-latest
steps:
- name: Install tooling
run: |
apk update
apk add git
- uses: actions/checkout@v4.2.2
- name: Lint markdown files
run: |
npm install
npm run readme:lint

View File

@ -1,6 +1,6 @@
# DC_VERSION
# Only required to install a specifiy version
DC_VERSION?=v2.35.0 # renovate: datasource=github-releases depName=docker/compose
DC_VERSION?=v2.36.0 # renovate: datasource=github-releases depName=docker/compose
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and