From ba8e012c4fd307aeffd99fd8a6303251ff8baa11 Mon Sep 17 00:00:00 2001 From: a601287411 <601287411@qq.com> Date: Wed, 29 Mar 2023 13:57:40 +0800 Subject: [PATCH] test helm action --- .gitea/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e6151b8..1c79762 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -30,10 +30,7 @@ jobs: 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 -# - -# name: Build and push -# uses: docker/build-push-action@v4 -# with: -# push: true -# tags: artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest + - + name: Helm version + run: helm version - run: echo "🍏 This job's status is ${{ job.status }}."