Skip to content

Commit d49b400

Browse files
update gw
1 parent f597a96 commit d49b400

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Linux x86_64 incode
22
on:
33
push:
4-
# branches:
5-
# - "4.x"
64
tags:
75
- "*_incode"
86

@@ -33,7 +31,7 @@ jobs:
3331
cache-from: type=gha
3432
cache-to: type=gha,mode=max
3533
target: export-stage
36-
build-args: PYTHON_VERSION=${{ matrix.python-version }},OPENCV_TAG=${{ steps.get_tag.outputs.tag }}
34+
build-args: [ "PYTHON_VERSION=${{ matrix.python-version }}", "OPENCV_TAG=${{ steps.get_tag.outputs.tag }}" ]
3735
tags: |
3836
incodetech/opencv-python-env
3937
outputs: type=local,dest=./

0 commit comments

Comments
 (0)