From a4d773f30858e3705fa54ed2a5a64de398e88d02 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 7 Jun 2026 18:29:56 +0500 Subject: [PATCH] README update and build step name typo fix. --- .woodpecker/test_build.yaml | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.woodpecker/test_build.yaml b/.woodpecker/test_build.yaml index c4b01f7..388660c 100644 --- a/.woodpecker/test_build.yaml +++ b/.woodpecker/test_build.yaml @@ -3,7 +3,7 @@ when: - event: [push, tag, manual] steps: - - name: "Build containers without pushing" + - name: "Build container without pushing" image: code.pztrn.name/containers/mirror/docker:26.1.1-dind privileged: true commands: diff --git a/README.md b/README.md index fa22ad0..f17ef81 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ This is a Redmine container I'm using. +Versioning is using Redmine version with `-X` appendix when Redmine version stays same but plugins were updated. + +E.g.: + +- `code.pztrn.name/containers/redmine:5.1.12` - first Redmine 5.1.12 build. +- `code.pztrn.name/containers/redmine:5.1.12-4` - fourth plugins update for Redmine 5.1.12. + ## What is in container ### Base