mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-13 09:30:30 +08: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
|