chore(deps): update dependency markdownlint-cli from 0.42.0 to 0.43.0
This commit is contained in:
parent
a6ca168e8f
commit
6dce4b0e52
2 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ steps:
|
||||||
org.opencontainers.image.vendor: kokuwa.io
|
org.opencontainers.image.vendor: kokuwa.io
|
||||||
org.opencontainers.image.licenses: EUPL-1.2
|
org.opencontainers.image.licenses: EUPL-1.2
|
||||||
org.opencontainers.image.ref.name: kokuwaio/markdownlint
|
org.opencontainers.image.ref.name: kokuwaio/markdownlint
|
||||||
org.opencontainers.image.version: 0.42.0
|
org.opencontainers.image.version: 0.43.0
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
|
||||||
|
@ -37,11 +37,11 @@ steps:
|
||||||
<<: *settings
|
<<: *settings
|
||||||
name:
|
name:
|
||||||
- registry.kokuwa.io/kokuwaio/markdownlint:latest
|
- registry.kokuwa.io/kokuwaio/markdownlint:latest
|
||||||
- registry.kokuwa.io/kokuwaio/markdownlint:0.42.0
|
- registry.kokuwa.io/kokuwaio/markdownlint:0.43.0
|
||||||
- docker.io/kokuwaio/markdownlint:latest
|
- docker.io/kokuwaio/markdownlint:latest
|
||||||
- docker.io/kokuwaio/markdownlint:0.42.0
|
- docker.io/kokuwaio/markdownlint:0.43.0
|
||||||
- ghcr.io/kokuwaio/markdownlint:latest
|
- ghcr.io/kokuwaio/markdownlint:latest
|
||||||
- ghcr.io/kokuwaio/markdownlint:0.42.0
|
- ghcr.io/kokuwaio/markdownlint:0.43.0
|
||||||
auth:
|
auth:
|
||||||
"https://index.docker.io/v1/":
|
"https://index.docker.io/v1/":
|
||||||
username: {from_secret: docker_io_username}
|
username: {from_secret: docker_io_username}
|
||||||
|
|
|
@ -43,7 +43,7 @@ RUN --mount=type=cache,target=/build \
|
||||||
mv "node-v22.16.0-linux-$SUFFIX" /opt/node
|
mv "node-v22.16.0-linux-$SUFFIX" /opt/node
|
||||||
|
|
||||||
ARG NPM_CONFIG_REGISTRY
|
ARG NPM_CONFIG_REGISTRY
|
||||||
RUN --mount=type=tmpfs,target=/tmp PATH="$PATH:/opt/node/bin" npm install "markdownlint-cli@0.42.0" --global --no-fund --cache=/tmp
|
RUN --mount=type=tmpfs,target=/tmp PATH="$PATH:/opt/node/bin" npm install "markdownlint-cli@0.43.0" --global --no-fund --cache=/tmp
|
||||||
|
|
||||||
##
|
##
|
||||||
## Final stage
|
## Final stage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue