ci: create docker push only workflow

and change default behaviour: deploy when tag is created instead
This commit is contained in:
Sonny
2024-03-27 23:38:06 +01:00
parent 20b0eac03a
commit 0bf5ac11b0
11 changed files with 3589 additions and 226 deletions

View File

@@ -1,14 +1,16 @@
{
"name": "my-links",
"version": "0.0.0",
"description": "MyLinks is a free and open source software, that lets you manage your bookmarks in an intuitive interface",
"private": true,
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"prepare": "husky install"
"prepare": "husky install",
"release": "release-it"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.0.0",
@@ -53,6 +55,7 @@
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prisma": "^5.7.0",
"release-it": "^17.1.1",
"typescript": "5.3.3"
},
"lint-staged": {