From 3847fd5d997224025cb958f4348d1f87dd5bea8f Mon Sep 17 00:00:00 2001 From: mereith Date: Mon, 27 Mar 2023 14:20:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B5=8B=E8=AF=95=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF=E9=83=A8=E7=BD=B2=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46c3eefba..e6c026c36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}