mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
bin/images: Print Git Bridge images as well
Co-authored-by: Miguel Serrano <mserranom@users.noreply.github.com>
This commit is contained in:
parent
eabd357aed
commit
6abee77298
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ function __main__() {
|
||||||
docker images quay.io/sharelatex/sharelatex-pro
|
docker images quay.io/sharelatex/sharelatex-pro
|
||||||
echo "---- TexLive Images ----"
|
echo "---- TexLive Images ----"
|
||||||
docker images quay.io/sharelatex/texlive-full
|
docker images quay.io/sharelatex/texlive-full
|
||||||
|
echo "---- Git Bridge Images ----"
|
||||||
|
docker images quay.io/sharelatex/git-bridge
|
||||||
}
|
}
|
||||||
|
|
||||||
__main__ "$@"
|
__main__ "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue