.forgejo/workflows | ||
Dockerfile | ||
README.md |
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 .