|
49 | 49 | run: | |
50 | 50 | VERSION=$(head -n 1 Images/${{ matrix.container }}/${{ matrix.container }}.dockerfile | cut -d ":" -f 2- | tr -d " ") |
51 | 51 | echo "IMAGE_TAG=$VERSION" >> $GITHUB_ENV |
52 | | - cp Images/${{ matrix.container }}/start_${{ matrix.container }}.sh Images/test_plugin.sh Images/nginx/nginx_qiita.conf Images/${{ matrix.container }}/requirements.txt . |
| 52 | + cp Images/start_plugin.sh Images/test_plugin.sh Images/nginx/nginx_qiita.conf Images/${{ matrix.container }}/requirements.txt Images/nginx/start_nginx.sh . |
53 | 53 | cp Images/qiita/config_portal.cfg Images/qiita/config_qiita_oidc.cfg Images/qiita/drop_workflows.py Images/qiita/start_plugin.py Images/qiita/start_qiita-initDB.sh Images/qiita/start_qiita.sh . |
54 | | - cp Images/plugin_collector/collect_configs.py Images/plugin_collector/fix_test_db.py Images/plugin_collector/stefan_cert.conf Images/plugin_collector/stefan_csr.conf . |
| 54 | + cp Images/plugin_collector/collect_configs.py Images/plugin_collector/fix_test_db.py Images/plugin_collector/stefan_cert.conf Images/plugin_collector/stefan_csr.conf Images/plugin_collector/start_plugin_collector.sh . |
55 | 55 |
|
56 | 56 | - name: Download certificates from job build_main |
57 | 57 | uses: actions/download-artifact@v4 |
@@ -119,7 +119,7 @@ jobs: |
119 | 119 | run: | |
120 | 120 | VERSION=$(head -n 1 Images/${{ matrix.plugin }}/${{ matrix.plugin }}.dockerfile | cut -d ":" -f 2- | tr -d " ") |
121 | 121 | echo "IMAGE_TAG=$VERSION" >> $GITHUB_ENV |
122 | | - cp Images/${{ matrix.plugin }}/start_${{ matrix.plugin }}.sh Images/test_plugin.sh Images/${{ matrix.plugin }}/requirements.txt Images/trigger_noconda.py Images/trigger.py . |
| 122 | + cp Images/start_plugin.sh Images/test_plugin.sh Images/${{ matrix.plugin }}/requirements.txt Images/trigger.py . |
123 | 123 |
|
124 | 124 | - name: Download certificates from job build_main |
125 | 125 | uses: actions/download-artifact@v4 |
@@ -196,7 +196,7 @@ jobs: |
196 | 196 | run: | |
197 | 197 | VERSION=$(head -n 1 Images/${{ matrix.multiplugin }}/${{ matrix.multiplugin }}.dockerfile | cut -d ":" -f 2- | tr -d " ") |
198 | 198 | echo "IMAGE_TAG=$VERSION" >> $GITHUB_ENV |
199 | | - cp Images/${{ matrix.multiplugin }}/start_${{ matrix.multiplugin }}.sh Images/test_plugin.sh Images/${{ matrix.multiplugin }}/requirements.txt Images/trigger_noconda.py Images/trigger.py . |
| 199 | + cp Images/start_plugin.sh Images/test_plugin.sh Images/${{ matrix.multiplugin }}/requirements.txt Images/trigger.py . |
200 | 200 |
|
201 | 201 | - name: Download certificates from job build_main |
202 | 202 | uses: actions/download-artifact@v4 |
@@ -252,12 +252,6 @@ jobs: |
252 | 252 | if: success() |
253 | 253 | run: | |
254 | 254 | docker push ghcr.io/${{ github.repository }}/${{ matrix.multiplugin }}:testcandidate |
255 | | - #uses: docker/build-push-action@v6 |
256 | | - #with: |
257 | | - # context: . |
258 | | - # push: true |
259 | | - # file: Images/${{ matrix.multiplugin }}/${{ matrix.multiplugin }}.dockerfile |
260 | | - # tags: ghcr.io/${{ github.repository }}/${{ matrix.multiplugin }}:testcandidate |
261 | 255 |
|
262 | 256 | publish_images: |
263 | 257 | needs: |
|
0 commit comments