Skip to content

Commit bd4152c

Browse files
committed
perf: update both dev and regular Dockerfile
1 parent 1634979 commit bd4152c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/pi_build.yml

+14
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)