We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5f902 commit b99031eCopy full SHA for b99031e
1 file changed
package.json
@@ -29,6 +29,6 @@
29
},
30
"license": "MIT",
31
"scripts": {
32
- "build-docker": "docker build -t assafmo/sqliteproxy:\"$(jq -r .version package.json)\" ."
+ "build-docker": "VER=$(jq -r .version package.json); docker build -t assafmo/sqliteproxy:\"$VER\" .; docker tag assafmo/sqliteproxy:\"$VER\" assafmo/sqliteproxy:latest"
33
}
34
0 commit comments