mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 04:59:01 +00:00
7 lines
No EOL
158 B
Bash
7 lines
No EOL
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 |