docs: update README with CI docs
Build docker image / build-image (push) Has started running Details

pull/1/head
teutat3s 2023-11-18 20:35:37 +01:00
parent 04521463a4
commit 0d9656f60a
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 14 additions and 6 deletions

View File

@ -1,14 +1,22 @@
# Mediawiki docker image with OIDC extension
### Quick start
### Updating the docker image
After making your changes and [testing them locally](#local-testing), run the
following to trigger a [CI build and push](https://git.pub.solar/pub-solar/mediawiki-oidc-docker/actions)
of the [docker image](https://git.pub.solar/pub-solar/mediawiki-oidc-docker/packages).
```
docker build --tag git.pub.solar/pub-solar/mediawiki-oidc-docker:latest .
docker login git.pub.solar
docker push git.pub.solar/pub-solar/mediawiki-oidc-docker:latest
git add -u
git commit
git push
```
### Local testing
Build the docker image locally to test your changes.
```
docker build --tag git.pub.solar/pub-solar/mediawiki-oidc-docker:test .
```
### Links
- https://github.com/wikimedia/mediawiki-docker
- https://www.mediawiki.org/wiki/Extension:OpenID_Connect