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
5bd79e5b58
commit
0846313e53
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_system_image.yml
vendored
2
.github/workflows/build_system_image.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
git clone --recursive "https://github.com/fintechsys/remittance_image_builder.git"
|
||||
cd remittance_image_builder
|
||||
|
||||
./build_network_company_image.sh --tag="remittance_network_agent:${{ secrets.BRANCH_NAME_JS }}" --token="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" --frappe-path="https://github.com/fintechsys/frappe.git" --frappe-branch=version-14
|
||||
./build_network_company_image.sh --tag="remittance_network_agent:${{ secrets.BRANCH_NAME_JS }}" --token=${{ secrets.REMITTANCE_NETWORK_AGENT }} --frappe-path="https://github.com/fintechsys/frappe.git" --frappe-branch=${{ secrets.BRANCH_NAME_JS }}
|
||||
|
||||
docker image ls
|
||||
docker tag remittance_network_agent harbor.fintechsys.net/frappe-systems/remittance_network_agent:${{ secrets.BRANCH_NAME_JS }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue