Skip to content

Commit b99031e

Browse files
committed
package.json: build-docker script also tag latest
1 parent 0e5f902 commit b99031e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
},
3030
"license": "MIT",
3131
"scripts": {
32-
"build-docker": "docker build -t assafmo/sqliteproxy:\"$(jq -r .version package.json)\" ."
32+
"build-docker": "VER=$(jq -r .version package.json); docker build -t assafmo/sqliteproxy:\"$VER\" .; docker tag assafmo/sqliteproxy:\"$VER\" assafmo/sqliteproxy:latest"
3333
}
3434
}

0 commit comments

Comments
 (0)