@@ -19,15 +19,15 @@ jobs:
1919 matrix :
2020 ubuntu_version : ["20.04"]
2121 python_version : ["2.7", "3.6", "3.7", "3.8", "3.9"]
22- opencv_version : ["4.9 .0"]
22+ opencv_version : ["4.10 .0"]
2323 device : ["cpu", "gpu"]
2424 include :
25- - { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.9 .0", device: "cpu" }
26- - { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.9 .0", device: "gpu" }
27- - { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.9 .0", device: "cpu" }
28- - { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.9 .0", device: "gpu" }
29- - { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.9 .0", device: "cpu" }
30- - { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.9 .0", device: "gpu" }
25+ - { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10 .0", device: "cpu" }
26+ - { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10 .0", device: "gpu" }
27+ - { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10 .0", device: "cpu" }
28+ - { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10 .0", device: "gpu" }
29+ - { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10 .0", device: "cpu" }
30+ - { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10 .0", device: "gpu" }
3131 steps :
3232 - name : Checkout
3333 uses : actions/checkout@v4
4040 with :
4141 username : ${{ secrets.DOCKER_USERNAME }}
4242 password : ${{ secrets.DOCKER_PASSWORD }}
43- - uses : docker/build-push-action@v5
43+ - uses : docker/build-push-action@v6
4444 # https://github.com/docker/build-push-action#cache-to-registry
4545 with :
4646 build-args : |
0 commit comments