From b8d263b78b7c16846bc39559cbac32ec4e03a159 Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 3 Dec 2025 16:07:55 +0100 Subject: [PATCH] Don't pin docker images (#711) Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/711 Co-authored-by: Gusted Co-committed-by: Gusted --- .woodpecker/build.yaml | 2 +- .woodpecker/deploy-preview.yaml | 4 ++-- .woodpecker/lint.yaml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 34e3e85..93d8701 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -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 diff --git a/.woodpecker/deploy-preview.yaml b/.woodpecker/deploy-preview.yaml index 1d03bc0..f181b56 100644 --- a/.woodpecker/deploy-preview.yaml +++ b/.woodpecker/deploy-preview.yaml @@ -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 diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index 672aa1b..ef43eb6 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -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