diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index 33e7393..6215037 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -17,4 +17,4 @@ jobs: uses: docker/build-push-action@v5.1.0 with: push: true - tags: git.pub.solar/pub-solar/mediawiki-oidc-docker:1.41.0 + tags: git.pub.solar/pub-solar/mediawiki-oidc-docker:1.41.1 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`) ...