File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ jobs:
168168 git config user.name "GitHub Actions"
169169
170170 git checkout -b ${{ env.HEAD_REF }} || git checkout ${{ env.HEAD_REF }}
171+ git pull origin ${{ env.HEAD_REF }} || true
171172
172173 - name : Compile Requirements (Python)
173174 if : matrix.parent_image_type != 'next'
@@ -243,14 +244,14 @@ jobs:
243244 -i "${{ env.PARENT_IMAGE_NAME }}" \
244245 -t "${{ matrix.parent_image_type }}" \
245246 -l "${{ env.HEAD_REF }}" \
246- -r "${{ env.DEV_CONTAINER_REGISTRY }}" \
247+ -r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
247248 -d "${{ env.DOCKERFILE }}"
248249
249250 bash ${{ github.workspace }}/cicd-deployment-scripts/pi/edit_dockerfile.sh \
250251 -i "${{ env.PARENT_IMAGE_NAME }}" \
251252 -t "${{ matrix.parent_image_type }}" \
252253 -l "${{ env.HEAD_REF }}" \
253- -r "${{ env.DEV_CONTAINER_REGISTRY }}" \
254+ -r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
254255 -d "dev.${{ env.DOCKERFILE }}"
255256
256257 git add package.json
You can’t perform that action at this time.
0 commit comments