fix docker push

This commit is contained in:
xhli18 2023-03-29 15:36:27 +08:00
parent f7ad77c667
commit 361c93a956
1 changed files with 3 additions and 1 deletions

View File

@ -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