Unverified 提交 abea53ea authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Continue on Docker fail (all backends) fix (#9433)

上级 65afaa78
...@@ -12,7 +12,6 @@ jobs: ...@@ -12,7 +12,6 @@ jobs:
if: github.repository == 'ultralytics/yolov5' if: github.repository == 'ultralytics/yolov5'
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v3 uses: actions/checkout@v3
...@@ -31,6 +30,7 @@ jobs: ...@@ -31,6 +30,7 @@ jobs:
- name: Build and push arm64 image - name: Build and push arm64 image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
continue-on-error: true
with: with:
context: . context: .
platforms: linux/arm64 platforms: linux/arm64
...@@ -40,6 +40,7 @@ jobs: ...@@ -40,6 +40,7 @@ jobs:
- name: Build and push CPU image - name: Build and push CPU image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
continue-on-error: true
with: with:
context: . context: .
file: utils/docker/Dockerfile-cpu file: utils/docker/Dockerfile-cpu
...@@ -48,6 +49,7 @@ jobs: ...@@ -48,6 +49,7 @@ jobs:
- name: Build and push GPU image - name: Build and push GPU image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
continue-on-error: true
with: with:
context: . context: .
file: utils/docker/Dockerfile file: utils/docker/Dockerfile
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论