1
0
Fork 0
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:
Jakob Ackermann 2024-04-09 09:32:05 +01:00 committed by GitHub
parent eabd357aed
commit 6abee77298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,8 @@ function __main__() {
docker images quay.io/sharelatex/sharelatex-pro
echo "---- TexLive Images ----"
docker images quay.io/sharelatex/texlive-full
echo "---- Git Bridge Images ----"
docker images quay.io/sharelatex/git-bridge
}
__main__ "$@"