mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
add docker build for admin
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/admin:$TAG
|
||||
docker push bitwarden/nginx:$TAG
|
||||
docker push bitwarden/mssql:$TAG
|
||||
docker push bitwarden/setup:$TAG
|
||||
@ -31,6 +32,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/admin bitwarden/admin:$TAG
|
||||
docker tag bitwarden/nginx bitwarden/nginx:$TAG
|
||||
docker tag bitwarden/mssql bitwarden/mssql:$TAG
|
||||
docker tag bitwarden/setup bitwarden/setup:$TAG
|
||||
@ -56,6 +58,9 @@ else
|
||||
chmod u+x $DIR/src/Icons/build.sh
|
||||
$DIR/src/Icons/build.sh
|
||||
|
||||
chmod u+x $DIR/src/Admin/build.sh
|
||||
$DIR/src/Admin/build.sh
|
||||
|
||||
chmod u+x $DIR/util/MsSql/build.sh
|
||||
$DIR/util/MsSql/build.sh
|
||||
|
||||
|
Reference in New Issue
Block a user