mirror of
https://github.com/bitwarden/server.git
synced 2025-02-23 03:01:23 +01:00
update build scripts with icons
This commit is contained in:
parent
48e5355aa9
commit
ba94fe97c0
@ -9,5 +9,6 @@ echo "=================="
|
||||
& $dir\util\Server\build.ps1
|
||||
& $dir\util\Nginx\build.ps1
|
||||
& $dir\util\Attachments\build.ps1
|
||||
& $dir\util\Icons\build.ps1
|
||||
& $dir\util\MsSql\build.ps1
|
||||
& $dir\util\Setup\build.ps1
|
||||
|
5
build.sh
5
build.sh
@ -16,6 +16,7 @@ then
|
||||
docker push bitwarden/identity:$TAG
|
||||
docker push bitwarden/server:$TAG
|
||||
docker push bitwarden/attachments:$TAG
|
||||
docker push bitwarden/icons:$TAG
|
||||
docker push bitwarden/nginx:$TAG
|
||||
docker push bitwarden/mssql:$TAG
|
||||
docker push bitwarden/setup:$TAG
|
||||
@ -29,6 +30,7 @@ then
|
||||
docker tag bitwarden/identity bitwarden/identity:$TAG
|
||||
docker tag bitwarden/server bitwarden/server:$TAG
|
||||
docker tag bitwarden/attachments bitwarden/attachments:$TAG
|
||||
docker tag bitwarden/icons bitwarden/icons:$TAG
|
||||
docker tag bitwarden/nginx bitwarden/nginx:$TAG
|
||||
docker tag bitwarden/mssql bitwarden/mssql:$TAG
|
||||
docker tag bitwarden/setup bitwarden/setup:$TAG
|
||||
@ -51,6 +53,9 @@ else
|
||||
chmod u+x $DIR/util/Attachments/build.sh
|
||||
$DIR/util/Attachments/build.sh
|
||||
|
||||
chmod u+x $DIR/util/Icons/build.sh
|
||||
$DIR/util/Icons/build.sh
|
||||
|
||||
chmod u+x $DIR/util/MsSql/build.sh
|
||||
$DIR/util/MsSql/build.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user