forked from whybeyoung/Gradio_YOLOv5_Det
fix build
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
2dab515f83
commit
2b2fa28440
|
@ -29,6 +29,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker version
|
docker version
|
||||||
docker buildx build -t artifacts.iflytek.com/docker-private/atp/whybeyoung/yolov5:latest . --file ${{ github.workspace }}/Dockerfile
|
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 push artifacts.iflytek.com/docker-private/atp/whybeyoung/yolov5:latest
|
||||||
-
|
-
|
||||||
name: Helm version
|
name: Helm version
|
||||||
|
|
Loading…
Reference in New Issue