ci: switch alpine-tools image

This commit is contained in:
Robert Kaussow 2022-07-17 20:45:24 +02:00
parent 22f0e564d7
commit 5970d9cd74
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 5 deletions

View File

@ -213,9 +213,8 @@ local PipelineDocs = {
}, },
{ {
name: 'spellcheck', name: 'spellcheck',
image: 'node:lts-alpine', image: 'thegeeklab/alpine-tools',
commands: [ commands: [
'npm install -g spellchecker-cli',
"spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions", "spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions",
], ],
environment: { environment: {

View File

@ -329,9 +329,8 @@ steps:
- markdownlint 'docs/content/**/*.md' 'README.md' 'CONTRIBUTING.md' - markdownlint 'docs/content/**/*.md' 'README.md' 'CONTRIBUTING.md'
- name: spellcheck - name: spellcheck
image: node:lts-alpine image: thegeeklab/alpine-tools
commands: commands:
- npm install -g spellchecker-cli
- spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions - spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions
environment: environment:
FORCE_COLOR: true FORCE_COLOR: true
@ -454,6 +453,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 08707ab293e9a34853d2568004f486b98ec758581ada47e84cadd6b4bfeb29ab hmac: 35dab9861c1b83193d1514305527967c25516546cb2af7cf892ec01c2fdf9fa0
... ...