mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 22:47:02 +08: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-1 -f ./ci.Dockerfile .
|
|
docker push reactcommunity/node-ci:7.10.0-1
|