File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -82,18 +82,18 @@ jobs:
8282 uses : actions/download-artifact@v4
8383 with :
8484 name : opencue_packages
85- path : packages
85+ path : packages/
8686
8787 - name : Build ${{ matrix.component }} Docker Image
8888 run : |
8989 docker build \
90- --build-arg OPENCUE_PROTO_PACKAGE_PATH="${{ needs.build_python_packages .outputs.opencue_proto_path }}" \
91- --build-arg OPENCUE_RQD_PACKAGE_PATH="${{ needs.build_python_packages .outputs.opencue_rqd_path }}" \
92- --build-arg OPENCUE_PYCUE_PACKAGE_PATH="${{ needs.build_python_packages .outputs.opencue_pycue_path }}" \
93- --build-arg OPENCUE_PYOUTLINE_PACKAGE_PATH="${{ needs.build_python_packages .outputs.opencue_pyoutline_path }}" \
94- --build-arg OPENCUE_CUESUBMIT_PACKAGE_PATH="${{ needs.build_python_packages .outputs.opencue_cuesubmit_path }}" \
95- --build-arg OPENCUE_CUEGUI_PACKAGE_PATH="${{ needs.build_python_packages .outputs.opencue_cuegui_path }}" \
96- --build-arg OPENCUE_CUEADMIN_PACKAGE_PATH="${{ needs.build_python_packages .outputs.opencue_cueadmin_path }}" \
90+ --build-arg OPENCUE_PROTO_PACKAGE_PATH="${{ needs.build_opencue_packages .outputs.opencue_proto_path }}" \
91+ --build-arg OPENCUE_RQD_PACKAGE_PATH="${{ needs.build_opencue_packages .outputs.opencue_rqd_path }}" \
92+ --build-arg OPENCUE_PYCUE_PACKAGE_PATH="${{ needs.build_opencue_packages .outputs.opencue_pycue_path }}" \
93+ --build-arg OPENCUE_PYOUTLINE_PACKAGE_PATH="${{ needs.build_opencue_packages .outputs.opencue_pyoutline_path }}" \
94+ --build-arg OPENCUE_CUESUBMIT_PACKAGE_PATH="${{ needs.build_opencue_packages .outputs.opencue_cuesubmit_path }}" \
95+ --build-arg OPENCUE_CUEGUI_PACKAGE_PATH="${{ needs.build_opencue_packages .outputs.opencue_cuegui_path }}" \
96+ --build-arg OPENCUE_CUEADMIN_PACKAGE_PATH="${{ needs.build_opencue_packages .outputs.opencue_cueadmin_path }}" \
9797 -f ${{ matrix.component }}/Dockerfile .
9898
9999# #### Disabled for now
You can’t perform that action at this time.
0 commit comments