forked from whybeyoung/Gradio_YOLOv5_Det
fix docker push
This commit is contained in:
parent
f7ad77c667
commit
361c93a956
|
@ -28,7 +28,9 @@ 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 --push
|
||||
docker buildx build -t artifacts.iflytek.com/docker-private/atp/whybeyoung/yolov5:latest . --file ${{ github.workspace }}/Dockerfile --load
|
||||
docker push artifacts.iflytek.com/docker-private/atp/whybeyoung/yolov5:latest
|
||||
docker rmi artifacts.iflytek.com/docker-private/atp/whybeyoung/yolov5:latest
|
||||
-
|
||||
name: Helm version
|
||||
run: helm version
|
||||
|
|
Loading…
Reference in New Issue