Skip to content

Commit 5f540be

Browse files
authored
fix: add missing build steps
1 parent 98819a7 commit 5f540be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish_docker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ function publishDocker() {
55
const repo = `reactnativecommunity/react-native-android`
66
const cmd =`
77
docker login -u ${process.env.DOCKER_USER} -p ${process.env.DOCKER_PASS}
8+
docker build -t ${repo} .
89
docker push ${repo}
910
`
1011
cmd.trim().split("\n").map(i => {

0 commit comments

Comments
 (0)