You've already forked markdownlint-docker
Compare commits
6 Commits
cfbe8c9c06
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
b638fc9fd3
|
|||
| d918254ca3 | |||
|
808d5eec6f
|
|||
| fadab8b7eb | |||
|
584b44adca
|
|||
|
eda019ab79
|
@@ -35,7 +35,7 @@ jobs:
|
||||
- uses: docker/setup-qemu-action@v3.7.0
|
||||
- uses: docker/setup-buildx-action@v3.12.0
|
||||
|
||||
- uses: docker/login-action@v3.7.0
|
||||
- uses: docker/login-action@v4.0.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- uses: docker/setup-qemu-action@v3.7.0
|
||||
- uses: docker/setup-buildx-action@v3.12.0
|
||||
|
||||
- uses: docker/login-action@v3.7.0
|
||||
- uses: docker/login-action@v4.0.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
|
||||
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: docker/login-action@v3.7.0
|
||||
- uses: docker/login-action@v4.0.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/node:24.1.0-alpine3.20 AS build
|
||||
FROM docker.io/library/node:25.8.0-alpine AS build
|
||||
|
||||
ARG MARKDOWNLINT_VERSION=master
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
# MARKDOWNLINT_VERSION
|
||||
# Only required to install a specify version
|
||||
MARKDOWNLINT_VERSION?=v0.47.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
MARKDOWNLINT_VERSION?=v0.48.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
||||
Reference in New Issue
Block a user