Skip to content

Commit b885548

Browse files
committed
fix: registry reference
1 parent 7e9a8e4 commit b885548

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pi_build.yml

+3-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)