mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 16:25:09 +00:00
Update build_system_image.yml
This commit is contained in:
parent
cab910da4c
commit
3eca7096b9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_system_image.yml
vendored
4
.github/workflows/build_system_image.yml
vendored
|
|
@ -36,10 +36,10 @@ 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
|
||||
../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
|
||||
|
||||
# docker image ls
|
||||
# docker tag remittance_network_agent/${{ vars.BRANCH_NAME }}:latest harbor.fintechsys.net/frappe-systems/${{ vars.BRANCH_NAME }}:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue