fix docker push

This commit is contained in:
xhli18 2023-03-29 15:14:16 +08:00
parent 2b2fa28440
commit f7ad77c667
1 changed files with 1 additions and 3 deletions
.gitea/workflows

View File

@ -28,9 +28,7 @@ jobs:
name: Build and push
run: |
docker version
docker buildx build -t artifacts.iflytek.com/docker-private/atp/whybeyoung/yolov5:latest . --file ${{ github.workspace }}/Dockerfile
sleep 300
docker push artifacts.iflytek.com/docker-private/atp/whybeyoung/yolov5:latest
docker buildx build -t artifacts.iflytek.com/docker-private/atp/whybeyoung/yolov5:latest . --file ${{ github.workspace }}/Dockerfile --push
-
name: Helm version
run: helm version