Skip to content

Commit

Permalink
ci: K8sQuickUpdateAction 问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed Sep 6, 2023
1 parent c450522 commit 5810732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
docker push ${{ steps.image.outputs.SSH_DEV_LATEST }}
- name: Update Deployments
uses: MultiMx/K8sQuickUpdateAction@v0.5
uses: MultiMx/K8sQuickUpdateAction@v0.6
with:
k8s: |
dev:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
docker push ${{ steps.image.outputs.SSH_DEV_LATEST }}
- name: Update Deployments
uses: MultiMx/K8sQuickUpdateAction@v0.5
uses: MultiMx/K8sQuickUpdateAction@v0.6
with:
k8s: |
prod:
Expand Down

0 comments on commit 5810732

Please sign in to comment.