From bed54721eaf65bb0dffca620bc7feb5b1db71322 Mon Sep 17 00:00:00 2001 From: a601287411 <601287411@qq.com> Date: Wed, 29 Mar 2023 15:24:35 +0800 Subject: [PATCH] test helm action --- .gitea/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 1c79762..4c5844a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -28,8 +28,7 @@ jobs: name: Build and push run: | docker version - docker buildx build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ${{ github.workspace }}/Dockerfile - docker push artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest + docker buildx build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ${{ github.workspace }}/Dockerfile --push - name: Helm version run: helm version