Skip to content
Snippets Groups Projects
Commit f2e454eb authored by evan challias's avatar evan challias Committed by evan challias
Browse files

fix : MàJ image docker du linter Markdown

parent fc92db5f
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
############################################################### ###############################################################
# markdownlint https://github.com/DavidAnson/markdownlint # markdownlint https://github.com/DavidAnson/markdownlint
# https://github.com/igorshubovych/markdownlint-cli # https://github.com/igorshubovych/markdownlint-cli
# https://gitlab.com/06kellyjac/docker_markdownlint-cli
# --> a CI job that will lint all markdown files # --> a CI job that will lint all markdown files
############################################################### ###############################################################
markdown_linter: markdown_linter:
...@@ -16,7 +15,8 @@ markdown_linter: ...@@ -16,7 +15,8 @@ markdown_linter:
# when: manual # when: manual
needs: [] needs: []
image: image:
name: registry.gitlab.com/06kellyjac/docker_markdownlint-cli:0.27.1 # name: registry.gitlab.com/06kellyjac/docker_markdownlint-cli:0.29.0-alpine
name: ghcr.io/igorshubovych/markdownlint-cli:v0.41.0
entrypoint: entrypoint:
- "/usr/bin/env" - "/usr/bin/env"
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment