diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 48126b9..d6d7a27 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,6 +20,7 @@ jobs: name: Build and push run: | docker version + sleep 300 docker 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 # -