Skip to content

Commit

Permalink
Continue on Docker failure (all backends) (#9432)
Browse files Browse the repository at this point in the history
Continue on Docker failure (all)

Signed-off-by: Glenn Jocher <[email protected]>

Signed-off-by: Glenn Jocher <[email protected]>
  • Loading branch information
glenn-jocher authored Sep 15, 2022
1 parent 36cb05b commit 65afaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
if: github.repository == 'ultralytics/yolov5'
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand All @@ -30,7 +31,6 @@ jobs:

- name: Build and push arm64 image
uses: docker/build-push-action@v3
continue-on-error: true
with:
context: .
platforms: linux/arm64
Expand Down

0 comments on commit 65afaa7

Please sign in to comment.