Skip to content

Commit d6762dd

Browse files
committed
update version to 1.5.0 in package.json and add latest tag in deploy.yml
1 parent b5cc3ce commit d6762dd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
tags: |
117117
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app:${{ steps.ver.outputs.version }}
118118
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app:main
119+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app:latest
119120
build-args: |
120121
VITE_APP_BUILD_VERSION=v${{ steps.ver.outputs.version }}@${{ github.sha }}
121122
VITE_INSTALL_KIND=docker
@@ -135,7 +136,7 @@ jobs:
135136
run: |
136137
v="${{ needs.build-app.outputs.version }}"
137138
echo "version=$v" >> "$GITHUB_OUTPUT"
138-
139+
139140
- name: Trigger version bump in HA Repository
140141
uses: peter-evans/repository-dispatch@v3
141142
with:

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "1.3.34",
3+
"version": "1.5.0",
44
"type": "module",
55
"description": "",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)