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