Merge branch 'master' into Maj-Pierre-1
commit
e43430eb1e
|
@ -32,7 +32,7 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push arm64 image
|
- name: Build and push arm64 image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
tags: ultralytics/yolov5:latest-arm64
|
tags: ultralytics/yolov5:latest-arm64
|
||||||
|
|
||||||
- name: Build and push CPU image
|
- name: Build and push CPU image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
tags: ultralytics/yolov5:latest-cpu
|
tags: ultralytics/yolov5:latest-cpu
|
||||||
|
|
||||||
- name: Build and push GPU image
|
- name: Build and push GPU image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in New Issue