Skip to content

Commit

Permalink
Merge branch 'master' into add-warning-single-cls
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant committed Jun 30, 2024
2 parents c6eed0d + 05e59bd commit 7a90cc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push arm64 image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
continue-on-error: true
with:
context: .
Expand All @@ -42,7 +42,7 @@ jobs:
tags: ultralytics/yolov5:latest-arm64

- name: Build and push CPU image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
continue-on-error: true
with:
context: .
Expand All @@ -51,7 +51,7 @@ jobs:
tags: ultralytics/yolov5:latest-cpu

- name: Build and push GPU image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
continue-on-error: true
with:
context: .
Expand Down

0 comments on commit 7a90cc5

Please sign in to comment.