We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f597a96 commit d49b400Copy full SHA for d49b400
.github/workflows/build.yaml
@@ -1,8 +1,6 @@
1
name: Linux x86_64 incode
2
on:
3
push:
4
- # branches:
5
- # - "4.x"
6
tags:
7
- "*_incode"
8
@@ -33,7 +31,7 @@ jobs:
33
31
cache-from: type=gha
34
32
cache-to: type=gha,mode=max
35
target: export-stage
36
- build-args: PYTHON_VERSION=${{ matrix.python-version }},OPENCV_TAG=${{ steps.get_tag.outputs.tag }}
+ build-args: [ "PYTHON_VERSION=${{ matrix.python-version }}", "OPENCV_TAG=${{ steps.get_tag.outputs.tag }}" ]
37
tags: |
38
incodetech/opencv-python-env
39
outputs: type=local,dest=./
0 commit comments