diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 519b7d60..2c142fdf 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -37,11 +37,12 @@ jobs: registry: harbor.fintechsys.net username: ${{ secrets.PHEE_HARBOR_USERNAME }} password: ${{ secrets.PHEE_HARBOR_PASSWORD }} - - name: Execute custom commands + + - name: clone image from reusable workflow + uses: malnozili/emittance_image_builder/.github/workflows/Reusable_build_image.yml@master + + - name: build image run: | - git clone https://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@github.com/malnozili/remittance_image_builder.git - cd remittance_image_builder - ../build_network_company_image.sh --tag="remittance_network_agent/${{ github.event.pull_request.head.ref }}:latest" --token="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" --frappe-path="https://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@github.com/fintechsys/frappe.git" --frappe-branch=${{ github.event.pull_request.head.ref }} # docker image ls