Update build_system_image.yml

This commit is contained in:
fal7w 2023-11-26 16:59:27 +03:00 committed by GitHub
parent 5bd79e5b58
commit 0846313e53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}