fix docker push
Build-Deploy-Actions Details

This commit is contained in:
xhli18 2023-03-29 15:14:16 +08:00
parent 2b2fa28440
commit f7ad77c667
1 changed files with 1 additions and 3 deletions

View File

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