mirror of
https://github.com/bitwarden/server
synced 2026-01-10 12:33:49 +00:00
build and include notifications docker
This commit is contained in:
5
build.sh
5
build.sh
@@ -17,6 +17,7 @@ then
|
||||
docker push bitwarden/server:$TAG
|
||||
docker push bitwarden/attachments:$TAG
|
||||
docker push bitwarden/icons:$TAG
|
||||
docker push bitwarden/notifications:$TAG
|
||||
docker push bitwarden/admin:$TAG
|
||||
docker push bitwarden/nginx:$TAG
|
||||
docker push bitwarden/mssql:$TAG
|
||||
@@ -32,6 +33,7 @@ then
|
||||
docker tag bitwarden/server bitwarden/server:$TAG
|
||||
docker tag bitwarden/attachments bitwarden/attachments:$TAG
|
||||
docker tag bitwarden/icons bitwarden/icons:$TAG
|
||||
docker tag bitwarden/notifications bitwarden/notifications:$TAG
|
||||
docker tag bitwarden/admin bitwarden/admin:$TAG
|
||||
docker tag bitwarden/nginx bitwarden/nginx:$TAG
|
||||
docker tag bitwarden/mssql bitwarden/mssql:$TAG
|
||||
@@ -58,6 +60,9 @@ else
|
||||
chmod u+x $DIR/src/Icons/build.sh
|
||||
$DIR/src/Icons/build.sh
|
||||
|
||||
chmod u+x $DIR/src/Notifications/build.sh
|
||||
$DIR/src/Notifications/build.sh
|
||||
|
||||
chmod u+x $DIR/src/Admin/build.sh
|
||||
$DIR/src/Admin/build.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user