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 d49b400 commit 95d3847Copy full SHA for 95d3847
.github/workflows/build.yaml
@@ -31,7 +31,9 @@ jobs:
31
cache-from: type=gha
32
cache-to: type=gha,mode=max
33
target: export-stage
34
- build-args: [ "PYTHON_VERSION=${{ matrix.python-version }}", "OPENCV_TAG=${{ steps.get_tag.outputs.tag }}" ]
+ build-args: |
35
+ PYTHON_VERSION=${{ matrix.python-version }}
36
+ OPENCV_TAG=${{ steps.get_tag.outputs.tag }}
37
tags: |
38
incodetech/opencv-python-env
39
outputs: type=local,dest=./
0 commit comments