mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Updated build script
This commit is contained in:
parent
386499e6c8
commit
9e39750fd4
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -3,7 +3,7 @@
|
|||
RED='\033[0;31m'
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
echo "Updating git repository"
|
||||
echo "Updating git repository $1 / $2"
|
||||
|
||||
git fetch origin
|
||||
git reset --hard origin/master
|
||||
|
|
@ -15,7 +15,7 @@ fi
|
|||
|
||||
echo 'Starting build...'
|
||||
|
||||
docker build --build-arg VERSION="$1" --tag appwrite/appwrite:"$1" .
|
||||
docker build --build-arg VERSION="$2" --tag appwrite/appwrite:"$1" .
|
||||
|
||||
echo 'Pushing build to registry...'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue