Skip to content

Commit 95d3847

Browse files
update gw
1 parent d49b400 commit 95d3847

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
cache-from: type=gha
3232
cache-to: type=gha,mode=max
3333
target: export-stage
34-
build-args: [ "PYTHON_VERSION=${{ matrix.python-version }}", "OPENCV_TAG=${{ steps.get_tag.outputs.tag }}" ]
34+
build-args: |
35+
PYTHON_VERSION=${{ matrix.python-version }}
36+
OPENCV_TAG=${{ steps.get_tag.outputs.tag }}
3537
tags: |
3638
incodetech/opencv-python-env
3739
outputs: type=local,dest=./

0 commit comments

Comments
 (0)