diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 54d49d62..39de074d 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -36,7 +36,7 @@ jobs: password: ${{ secrets.PHEE_HARBOR_PASSWORD }} - name: Execute custom commands run: | - git clone --recursive "https://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@github.com/malnozili/remittance_image_builder.git + git clone --recursive "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/${{ vars.BRANCH_NAME }}:latest" --token="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" --frappe-path="https://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@github.com/fintechsys/frappe.git" --frappe-branch=latest