mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
fixing typo in build-docker script (#1763)
This commit is contained in:
parent
eb708cbf1b
commit
4be01c9518
@ -86,7 +86,7 @@ case "$PROJECT" in
|
|||||||
docker_build Attachments $PWD/util/Attachments $TAG $PUSH
|
docker_build Attachments $PWD/util/Attachments $TAG $PUSH
|
||||||
docker_build Icons $PWD/src/Icons $TAG $PUSH
|
docker_build Icons $PWD/src/Icons $TAG $PUSH
|
||||||
docker_build Notifications $PWD/src/Notifications $TAG $PUSH
|
docker_build Notifications $PWD/src/Notifications $TAG $PUSH
|
||||||
docker_build MsSql $PWD/util/MsSql $TAG $PUSH$TAG $PUSH
|
docker_build MsSql $PWD/util/MsSql $TAG $PUSH
|
||||||
docker_build Setup $PWD/util/Setup $TAG $PUSH
|
docker_build Setup $PWD/util/Setup $TAG $PUSH
|
||||||
docker_build EventsProcessor $PWD/src/EventsProcessor $TAG $PUSH
|
docker_build EventsProcessor $PWD/src/EventsProcessor $TAG $PUSH
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user