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
5fc80e9f15
commit
0fda46f7cb
1 changed files with 9 additions and 9 deletions
18
.github/workflows/build_system_image.yml
vendored
18
.github/workflows/build_system_image.yml
vendored
|
|
@ -17,14 +17,14 @@ jobs:
|
|||
steps:
|
||||
# - name: Checkout Repository
|
||||
# uses: actions/checkout@v2
|
||||
- name: build image
|
||||
run: |
|
||||
rm -rf remittance_image_builder
|
||||
- name: build image
|
||||
run: |
|
||||
git clone --recursive https://${{ secrets._GITHUB_TOKEN }}@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="${{ secrets.TOCKEN }}" --frappe-path="https://github.com/fintechsys/frappe.git" --frappe-branch=version-14 --fintech-branch=develop
|
||||
# - name: build image
|
||||
# run: |
|
||||
# rm -rf remittance_image_builder
|
||||
# - name: build image
|
||||
# run: |
|
||||
# git clone --recursive https://${{ secrets._GITHUB_TOKEN }}@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="${{ secrets.TOCKEN }}" --frappe-path="https://github.com/fintechsys/frappe.git" --frappe-branch=version-14 --fintech-branch=develop
|
||||
# docker image ls
|
||||
# docker tag remittance_network_agent/${{ vars.BRANCH_NAME }}:latest harbor.fintechsys.net/frappe-systems/${{ vars.BRANCH_NAME }}:latest
|
||||
# docker push harbor.fintechsys.net/frappe-systems/remittance_network_agent/${{ vars.BRANCH_NAME }}:latest
|
||||
|
|
@ -70,5 +70,5 @@ jobs:
|
|||
--install-app rule_management --install-app remittance_base --install-app remittance --install-app bulk_remittance --install-app remittance_stellar_integration \
|
||||
--install-app client_account_management --install-app teller_for_erpnext --install-app teller_for_agent \
|
||||
--install-app remittance_agent_service --install-app payment_management --install-app bank_services --install-app remittance_customize \
|
||||
--install-app remittance_network_manager --install-app erpnext_theme --install-app remittance_website --admin-password ${{ vars.MARIADB_PASSWORD }} ${{ github.event.pull_request.head.ref }}
|
||||
--install-app remittance_network_manager --install-app erpnext_theme --install-app remittance_website --admin-password ${{ vars.MARIADB_PASSWORD }} --set-default ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue