Skip to content

Commit 402e484

Browse files
authored
Merge pull request #862 from Yacht-sh/WY-code/master-only-ghcr-publish
Wy code/master only ghcr publish
2 parents 637ca12 + c0bd3a0 commit 402e484

4 files changed

Lines changed: 16 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
workflow_dispatch:
78

89
concurrency:
910
group: master-image-publish

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ certifi==2024.7.4
66
cffi==2.0.0
77
chardet==4.0.0
88
click==8.1.6
9-
cryptography==46.0.6
9+
cryptography==46.0.7
1010
docker==6.1.2
1111
# docker-compose==2.20.0 (wrong version cant deploy)
1212
# fastapi is pinned for pydantic v1 compatibility

frontend/package-lock.json

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"animate.css": "^4.1.1",
12-
"axios": "^1.10.0",
12+
"axios": "^1.15.0",
1313
"brace": "^0.11.1",
1414
"chart.js": "^2.9.4",
1515
"chartjs-plugin-crosshair": "1.1.6",
@@ -40,8 +40,8 @@
4040
"eslint-plugin-vue": "^6.2.2",
4141
"prettier": "^1.19.1",
4242
"sass": "^1.98.0",
43-
"serialize-javascript": "^7.0.3",
4443
"sass-loader": "^8.0.0",
44+
"serialize-javascript": "^7.0.3",
4545
"vue-cli-plugin-vuetify": "^2.5.8",
4646
"vue-template-compiler": "^2.7.16",
4747
"vuetify-loader": "^1.9.2"

0 commit comments

Comments
 (0)