mediawiki-oidc-docker/README.md
teutat3s 0d9656f60a
Some checks are pending
Build docker image / build-image (push) Has started running
docs: update README with CI docs
2023-11-18 20:35:37 +01:00

656 B

Mediawiki docker image with OIDC extension

Updating the docker image

After making your changes and testing them locally, run the following to trigger a CI build and push of the docker image.

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 .