Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglu committed Apr 11, 2022
1 parent e01dda2 commit 902a575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/deploy.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ jobs:
push: true
tags: |
${{ steps.image-name.outputs.DOCKER_IMAGE_NAME }}
${{ steps.image-name.outputs.ALI_IMAGE_NAME }}
${{ steps.image-name.outputs.ALI_IMAGE_NAME }}
- name: deploy to cluster
uses: steebchen/[email protected]
with: # defaults to latest kubectl binary version
config: ${{ secrets.KUBE_CONFIG_DATA }}
command: set image deployment/tools -n tools van-nav=${{ steps.image-name.outputs.DOCKER_IMAGE_NAME }}

0 comments on commit 902a575

Please sign in to comment.