mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Don't pin docker images (#711)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/711 Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz>
This commit is contained in:
parent
51abafc725
commit
b8d263b78b
3 changed files with 9 additions and 9 deletions
|
|
@ -6,7 +6,7 @@ when:
|
|||
|
||||
steps:
|
||||
build:
|
||||
image: codeberg.org/woodpecker-plugins/node-pm:1.3.5@sha256:a74c9ca0b67e8abb2b41b1547afa07ead5f4d952daafd04829391cf406a148cf
|
||||
image: codeberg.org/woodpecker-plugins/node-pm:1.3.5
|
||||
settings:
|
||||
run: build
|
||||
with: pnpm
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ when:
|
|||
|
||||
steps:
|
||||
build:
|
||||
image: codeberg.org/woodpecker-plugins/node-pm@sha256:4bba9f9dbec68282e1bf79927bacb3f4bd107785ba8058341a1c2f18a7c7b358
|
||||
image: codeberg.org/woodpecker-plugins/node-pm
|
||||
settings:
|
||||
run: build
|
||||
with: pnpm
|
||||
|
|
@ -11,7 +11,7 @@ steps:
|
|||
ignore_node_modules: true
|
||||
|
||||
deploy-preview:
|
||||
image: docker.io/woodpeckerci/plugin-surge-preview:1.4.1@sha256:136f8687c4642c1d17f9bcddef1de5baf9f019aa0a0f2426a7436160fe0757a2
|
||||
image: docker.io/woodpeckerci/plugin-surge-preview:1.4.1
|
||||
settings:
|
||||
path: '_site/'
|
||||
forge_type: gitea
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ when:
|
|||
|
||||
steps:
|
||||
lint-markdown:
|
||||
image: davidanson/markdownlint-cli2:v0.18.1@sha256:173cb697a255a8a985f2c6a83b4f7a8b3c98f4fb382c71c45f1c52e4d4fed63a
|
||||
image: davidanson/markdownlint-cli2:v0.18.1
|
||||
commands:
|
||||
- 'markdownlint-cli2 **/*.{md,markdown}'
|
||||
when:
|
||||
|
|
@ -14,24 +14,24 @@ steps:
|
|||
include: ['.woodpecker/*.yaml', '*.{md,markdown}']
|
||||
|
||||
editor-config:
|
||||
image: mstruebing/editorconfig-checker:v3.4.1@sha256:82d21efc10bbb6a2d029ab9d7cafa7ab0e49250143a75c3ab605a0a28ff8e5ad
|
||||
image: mstruebing/editorconfig-checker:v3.4.1
|
||||
depends_on: []
|
||||
|
||||
prettier:
|
||||
image: docker.io/woodpeckerci/plugin-prettier:1.4.0@sha256:2ba669e1e8192a1cf14a6716600371485ffc2e9cd80da44948b0d50b91415a23
|
||||
image: docker.io/woodpeckerci/plugin-prettier:1.4.0
|
||||
depends_on: []
|
||||
settings:
|
||||
# renovate: datasource=npm depName=prettier
|
||||
version: 3.6.2
|
||||
|
||||
links:
|
||||
image: lycheeverse/lychee:0.15.1@sha256:84b3172b91251735081bc23ab4a3e7184af2c51bc43348a6257a57b590744d04
|
||||
image: lycheeverse/lychee:0.15.1
|
||||
depends_on: []
|
||||
commands:
|
||||
- lychee -v -t 40 .
|
||||
|
||||
lint-yaml:
|
||||
image: pipelinecomponents/yamllint:0.35.9@sha256:3e9eb9bef568b904d9222e9174a1490f4e015aef3d61e7d3e56f60035e517b79
|
||||
image: pipelinecomponents/yamllint:0.35.9
|
||||
depends_on: []
|
||||
commands:
|
||||
- yamllint --strict .
|
||||
|
|
@ -39,7 +39,7 @@ steps:
|
|||
path: '*.{yml,yaml}'
|
||||
|
||||
spellcheck:
|
||||
image: docker.io/node:24-alpine@sha256:2867d550cf9d8bb50059a0fff528741f11a84d985c732e60e19e8e75c7239c43
|
||||
image: docker.io/node:24-alpine
|
||||
depends_on: []
|
||||
commands:
|
||||
- npm install -g corepack@latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue