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 }}."