forked from whybeyoung/Gradio_YOLOv5_Det
fix docker push
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
2b2fa28440
commit
f7ad77c667
|
@ -28,9 +28,7 @@ jobs:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
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 --push
|
||||||
sleep 300
|
|
||||||
docker push artifacts.iflytek.com/docker-private/atp/whybeyoung/yolov5:latest
|
|
||||||
-
|
-
|
||||||
name: Helm version
|
name: Helm version
|
||||||
run: helm version
|
run: helm version
|
||||||
|
|
Loading…
Reference in New Issue