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