File tree Expand file tree Collapse file tree 2 files changed +8
-20
lines changed
Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -157,20 +157,15 @@ jobs:
157157 - component : api
158158 dockerfile : docker/api/Dockerfile
159159 context : .
160- build_args : |
161- PYTHON_VERSION=${{ env.PYTHON_VERSION }}
160+ build_args : " PYTHON_VERSION=${{ env.PYTHON_VERSION }}"
162161 - component : worker-cpu
163162 dockerfile : docker/worker/Dockerfile
164163 context : .
165- build_args : |
166- PYTHON_VERSION=${{ env.PYTHON_VERSION }}
167- WORKER_TYPE=cpu
164+ build_args : " PYTHON_VERSION=${{ env.PYTHON_VERSION }}\n WORKER_TYPE=cpu"
168165 - component : worker-gpu
169166 dockerfile : docker/worker/Dockerfile
170167 context : .
171- build_args : |
172- PYTHON_VERSION=${{ env.PYTHON_VERSION }}
173- WORKER_TYPE=gpu
168+ build_args : " PYTHON_VERSION=${{ env.PYTHON_VERSION }}\n WORKER_TYPE=gpu"
174169
175170 steps :
176171 - name : Checkout code
Original file line number Diff line number Diff line change @@ -77,18 +77,13 @@ jobs:
7777 include :
7878 - component : api
7979 dockerfile : docker/api/Dockerfile.new
80- build_args : |
81- PYTHON_VERSION=${{ env.PYTHON_VERSION }}
80+ build_args : " PYTHON_VERSION=${{ env.PYTHON_VERSION }}"
8281 - component : worker-cpu
8382 dockerfile : docker/worker/Dockerfile
84- build_args : |
85- PYTHON_VERSION=${{ env.PYTHON_VERSION }}
86- WORKER_TYPE=cpu
83+ build_args : " PYTHON_VERSION=${{ env.PYTHON_VERSION }}\n WORKER_TYPE=cpu"
8784 - component : worker-gpu
8885 dockerfile : docker/worker/Dockerfile
89- build_args : |
90- PYTHON_VERSION=${{ env.PYTHON_VERSION }}
91- WORKER_TYPE=gpu
86+ build_args : " PYTHON_VERSION=${{ env.PYTHON_VERSION }}\n WORKER_TYPE=gpu"
9287
9388 steps :
9489 - name : Checkout code
@@ -155,8 +150,7 @@ jobs:
155150 with :
156151 context : .
157152 file : docker/api/Dockerfile.new
158- build-args : |
159- PYTHON_VERSION=${{ env.PYTHON_VERSION }}
153+ build-args : " PYTHON_VERSION=${{ env.PYTHON_VERSION }}"
160154 tags : ffmpeg-api:ffmpeg-test
161155 load : true
162156
@@ -226,8 +220,7 @@ jobs:
226220 with :
227221 context : .
228222 file : docker/api/Dockerfile.new
229- build-args : |
230- PYTHON_VERSION=${{ env.PYTHON_VERSION }}
223+ build-args : " PYTHON_VERSION=${{ env.PYTHON_VERSION }}"
231224 tags : ffmpeg-api:security-scan
232225 load : true
233226
You can’t perform that action at this time.
0 commit comments