ci: switch alpine-tools image

This commit is contained in:
Robert Kaussow 2022-07-17 20:45:21 +02:00
parent 25bcaaebe0
commit 9c8c9df5f5
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

@ -257,9 +257,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
@ -381,6 +380,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 38f817e0b5286433782c89964da2af89b3ef2dbc60db879363cc5b9b92bc85b5 hmac: 42ea59f6cce008de2797e676cc2c4e2fa5abb49f280ede4e600f4d821e0f0ea9
... ...