Change docker registry to ghcr.io

This commit is contained in:
Maschell
2023-03-16 12:39:40 +01:00
parent debc0eda5e
commit 92d31b04ae
4 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ docker run -it --rm -v ${PWD}:/project wiiupluginloaderbackend-builder make clea
## Format the code via docker
`docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source --exclude ./source/elfio --exclude ./source/utils/json.hpp -i`
`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source --exclude ./source/elfio --exclude ./source/utils/json.hpp -i`
# Credits
- Maschell