mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-23 08:38:17 +00:00
7 lines
142 B
Bash
Executable File
7 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
docker build -t reactcommunity/node-ci:8.4.0-0 -f ./ci.Dockerfile .
|
|
docker push reactcommunity/node-ci:8.4.0-0
|