forked from whybeyoung/Gradio_YOLOv5_Det
parent
2b2fa28440
commit
f7ad77c667
.gitea/workflows
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue