ci(docker): build production Docker image, also push to Docker Hub

This commit is contained in:
Amruth Pillai
2022-03-03 21:14:07 +01:00
parent 993fd82f4c
commit 7e50c8e85b
3 changed files with 460 additions and 13 deletions
+9 -2
View File
@@ -15,10 +15,15 @@
"start": "concurrently --kill-others \"npm run start:server\" \"npm run start:client\"",
"build": "nx run-many --target=build --all --prod",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
"prepare": "husky install",
"commit": "changeset"
"precommit": "changeset && cz",
"prepare": "husky install"
},
"private": true,
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@date-io/dayjs": "^2.13.1",
"@emotion/css": "^11.7.1",
@@ -141,8 +146,10 @@
"autoprefixer": "^10.4.2",
"babel-jest": "27.5.1",
"babel-loader": "^8.2.3",
"commitizen": "^4.2.4",
"core-js": "^3.21.1",
"csstype": "^3.0.11",
"cz-conventional-changelog": "^3.3.0",
"eslint": "~8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.4.0",