mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
7 lines
158 B
Bash
7 lines
158 B
Bash
|
|
echo 'Starting Ruby 2.7 build...'
|
||
|
|
|
||
|
|
docker build --tag appwrite/env-ruby:2.7 .
|
||
|
|
|
||
|
|
echo 'Pushing Ruby 2.7 build to registry...'
|
||
|
|
|
||
|
|
docker push appwrite/env-ruby:2.7
|