Skip to content

Commit

Permalink
include version tags in dockerhub pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
wmurphyrd committed May 26, 2023
1 parent 7d63a41 commit 9891eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"start": "node index.js",
"build": "docker build -t datatitian/guppe .",
"publish": "docker push datatitian/guppe:latest",
"publish": "docker tag datatitian/guppe:latest datatitian/guppe:$npm_package_version && docker push datatitian/guppe:latest && docker push datatitian/guppe:$npm_package_version",
"build-pub": "npm run build && npm run publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 9891eef

Please sign in to comment.