Skip to content

Commit

Permalink
chore: 测试流水线部署失败
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Mar 27, 2023
1 parent 51211a8 commit 3847fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
uses: steebchen/kubectl@v2.0.0
with:
config: ${{ secrets.K8S_CONFIG_DATA }}
command: set image deployment/blog-test van-blog=docker.io/mereith/van-blog:${{ steps.get_version.outputs.VERSION }}
command: set image deployment/blog-test van-blog=mereith/van-blog:${{ steps.get_version.outputs.VERSION }}

0 comments on commit 3847fd5

Please sign in to comment.