Merge pull request 'chore: update to v1.41.1' (#2) from v1.41.1 into main
All checks were successful
Build docker image / build-image (push) Successful in 13s

Reviewed-on: #2
This commit is contained in:
b12f 2024-04-05 11:12:04 +00:00
commit 3004b6503d
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873
2 changed files with 4 additions and 1 deletions

View file

@ -17,4 +17,4 @@ jobs:
uses: docker/build-push-action@v5.1.0 uses: docker/build-push-action@v5.1.0
with: with:
push: true 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

View file

@ -21,6 +21,9 @@ by the community.
First, update the `FROM` image tag in the `Dockerfile` to the newest version, First, update the `FROM` image tag in the `Dockerfile` to the newest version,
for example `1.41.0`. 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 Next, download the newest version of each extension (matching the mediawiki docker
image version, e.g. `1.41.0`) ... image version, e.g. `1.41.0`) ...