File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11{
22 "name" : " server" ,
3- "version" : " 1.3.34 " ,
3+ "version" : " 1.5.0 " ,
44 "type" : " module" ,
55 "description" : " " ,
66 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments