File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,13 @@ jobs:
192
192
-r "${{ env.DEV_CONTAINER_REGISTRY }}" \
193
193
-d "${{ env.DOCKERFILE }}"
194
194
195
+ bash ${{ github.workspace }}/cicd-deployment-scripts/pi/edit_dockerfile.sh \
196
+ -i "${{ env.PARENT_IMAGE_NAME }}" \
197
+ -t "${{ matrix.parent_image_type }}" \
198
+ -l "${{ env.HEAD_REF }}" \
199
+ -r "${{ env.DEV_CONTAINER_REGISTRY }}" \
200
+ -d "dev.${{ env.DOCKERFILE }}"
201
+
195
202
git add requirements/${{ matrix.parent_image_type }}-requirements.txt
196
203
git commit -m "ci: update ${{ matrix.parent_image_type }}-requirements.txt" || true
197
204
git push origin ${{ env.HEAD_REF }}
@@ -231,6 +238,13 @@ jobs:
231
238
-r "${{ env.DEV_CONTAINER_REGISTRY }}" \
232
239
-d "${{ env.DOCKERFILE }}"
233
240
241
+ bash ${{ github.workspace }}/cicd-deployment-scripts/pi/edit_dockerfile.sh \
242
+ -i "${{ env.PARENT_IMAGE_NAME }}" \
243
+ -t "${{ matrix.parent_image_type }}" \
244
+ -l "${{ env.HEAD_REF }}" \
245
+ -r "${{ env.DEV_CONTAINER_REGISTRY }}" \
246
+ -d "dev.${{ env.DOCKERFILE }}"
247
+
234
248
git add package.json
235
249
git commit -m "ci: update ${{ matrix.parent_image_type }} package.json" || true
236
250
git push origin ${{ env.HEAD_REF }}
You can’t perform that action at this time.
0 commit comments