mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
7 lines
140 B
Bash
7 lines
140 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eo pipefail
|
||
|
|
||
|
docker build -t reactcommunity/node-ci:7.10.0 -f ./ci.Dockerfile .
|
||
|
docker push reactcommunity/node-ci:7.10.0
|