Skip to content

Commit

Permalink
fix: registry reference
Browse files Browse the repository at this point in the history
  • Loading branch information
andhreljaKern committed Dec 13, 2024
1 parent 7e9a8e4 commit b885548
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pi_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
git config user.name "GitHub Actions"
git checkout -b ${{ env.HEAD_REF }} || git checkout ${{ env.HEAD_REF }}
git pull origin ${{ env.HEAD_REF }} || true
- name: Compile Requirements (Python)
if: matrix.parent_image_type != 'next'
Expand Down Expand Up @@ -243,14 +244,14 @@ jobs:
-i "${{ env.PARENT_IMAGE_NAME }}" \
-t "${{ matrix.parent_image_type }}" \
-l "${{ env.HEAD_REF }}" \
-r "${{ env.DEV_CONTAINER_REGISTRY }}" \
-r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
-d "${{ env.DOCKERFILE }}"
bash ${{ github.workspace }}/cicd-deployment-scripts/pi/edit_dockerfile.sh \
-i "${{ env.PARENT_IMAGE_NAME }}" \
-t "${{ matrix.parent_image_type }}" \
-l "${{ env.HEAD_REF }}" \
-r "${{ env.DEV_CONTAINER_REGISTRY }}" \
-r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
-d "dev.${{ env.DOCKERFILE }}"
git add package.json
Expand Down

0 comments on commit b885548

Please sign in to comment.