File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,13 @@ jobs:
192192 -r "${{ env.DEV_CONTAINER_REGISTRY }}" \
193193 -d "${{ env.DOCKERFILE }}"
194194
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+
195202 git add requirements/${{ matrix.parent_image_type }}-requirements.txt
196203 git commit -m "ci: update ${{ matrix.parent_image_type }}-requirements.txt" || true
197204 git push origin ${{ env.HEAD_REF }}
@@ -231,6 +238,13 @@ jobs:
231238 -r "${{ env.DEV_CONTAINER_REGISTRY }}" \
232239 -d "${{ env.DOCKERFILE }}"
233240
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+
234248 git add package.json
235249 git commit -m "ci: update ${{ matrix.parent_image_type }} package.json" || true
236250 git push origin ${{ env.HEAD_REF }}
You can’t perform that action at this time.
0 commit comments