Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/docker/setup-bui…
Browse files Browse the repository at this point in the history
…ldx-action-3
  • Loading branch information
glenn-jocher authored Sep 18, 2023
2 parents 8b4e1ee + 8a94907 commit e1a3cb7
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
continue-on-error: true
with:
context: .
Expand Down

0 comments on commit e1a3cb7

Please sign in to comment.