Update build.sh

This commit is contained in:
Eldad A. Fux 2019-12-05 14:03:27 +02:00 committed by GitHub
parent 001e82a4b4
commit 739d2905c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ fi
echo 'Starting build...'
docker build -t appwrite/appwrite:"$1" .
docker build --build-arg VERSION="$1" --tag appwrite/appwrite:"$1" .
echo 'Pushing build to registry...'