mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Update build.sh
This commit is contained in:
parent
001e82a4b4
commit
739d2905c4
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -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...'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue