File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ jobs:
168
168
git config user.name "GitHub Actions"
169
169
170
170
git checkout -b ${{ env.HEAD_REF }} || git checkout ${{ env.HEAD_REF }}
171
+ git pull origin ${{ env.HEAD_REF }} || true
171
172
172
173
- name : Compile Requirements (Python)
173
174
if : matrix.parent_image_type != 'next'
@@ -243,14 +244,14 @@ jobs:
243
244
-i "${{ env.PARENT_IMAGE_NAME }}" \
244
245
-t "${{ matrix.parent_image_type }}" \
245
246
-l "${{ env.HEAD_REF }}" \
246
- -r "${{ env.DEV_CONTAINER_REGISTRY }}" \
247
+ -r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
247
248
-d "${{ env.DOCKERFILE }}"
248
249
249
250
bash ${{ github.workspace }}/cicd-deployment-scripts/pi/edit_dockerfile.sh \
250
251
-i "${{ env.PARENT_IMAGE_NAME }}" \
251
252
-t "${{ matrix.parent_image_type }}" \
252
253
-l "${{ env.HEAD_REF }}" \
253
- -r "${{ env.DEV_CONTAINER_REGISTRY }}" \
254
+ -r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
254
255
-d "dev.${{ env.DOCKERFILE }}"
255
256
256
257
git add package.json
You can’t perform that action at this time.
0 commit comments