Skip to content

Commit

Permalink
fix: updata docker image name jzhub-ui to jzconsole
Browse files Browse the repository at this point in the history
  • Loading branch information
lazhenyi committed Oct 18, 2024
1 parent d0c7ea4 commit 387d314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
run: |
ls dist
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
docker build -t gitdatateam/jiaozifs-ui:${{ steps.version.outputs.version }} .
docker push gitdatateam/jiaozifs-ui:${{ steps.version.outputs.version }}
docker build -t gitdatateam/jzconsole:${{ steps.version.outputs.version }} .
docker push gitdatateam/jzconsole:${{ steps.version.outputs.version }}
- name: Deploy
uses: WyriHaximus/github-action-helm3@v3
with:
exec: /usr/sbin/helm upgrade jiaozifs-ui --install ./chart/ --namespace jiaozifs --set-string api_url=${{ secrets.JIAOZI_API_URL }} --set-string tag=${{ steps.version.outputs.version }}
exec: /usr/sbin/helm upgrade jzconsole --install ./chart/ --namespace jiaozifs --set-string api_url=${{ secrets.JIAOZI_API_URL }} --set-string tag=${{ steps.version.outputs.version }}
kubeconfig: ${{ secrets.KUBECONTENT }}
overrule_existing_kubeconfig: "true"

0 comments on commit 387d314

Please sign in to comment.