Skip to content

Commit 0191915

Browse files
committed
Push docker when release
1 parent 667d0e4 commit 0191915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "./index.js",
88
"dev": "nodemon index.js -- --dev",
99
"lint": "eslint .",
10-
"release": "npm version patch && git push && git push --tags && npm publish"
10+
"release": "npm version patch && git push && git push --tags && npm publish --access public && docker build . --tag filedrop:latest --tag filedrop:$(npm info @zix99/filedrop version) && docker push filedrop:latest"
1111
},
1212
"bin": {
1313
"filedrop": "./index.js"

0 commit comments

Comments
 (0)