From df64f70cc9ccc3cac18bd55b6ca8d191b3f73c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Fri, 5 Apr 2024 13:08:35 +0200 Subject: [PATCH] Update readme to hint at container build tag updates --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5ac5f98..2a8f50b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ by the community. First, update the `FROM` image tag in the `Dockerfile` to the newest version, for example `1.41.0`. +Then, update the tag in the `.forgejo/workflows/build-image.yml` script, so the container +will get published with the new tag. + Next, download the newest version of each extension (matching the mediawiki docker image version, e.g. `1.41.0`) ...