From 982638b24eaeaa609344ff884ce8a19e1defecf1 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:49:07 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 19c47bba..519b7d60 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.PHEE_HARBOR_PASSWORD }} - name: Execute custom commands run: | - git clone https://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@github.com/malnozili/remittance_image_builder.git + 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 }}