mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 08:45:10 +00:00
Update build_system_image.yml
This commit is contained in:
parent
747c5e5ed5
commit
885b694f6b
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
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
password: ${{ secrets.PHEE_HARBOR_PASSWORD }}
|
||||
- name: Execute custom commands
|
||||
run: |
|
||||
git clone --recursive "https://github.com/fintechsys/remittance_image_builder.git"
|
||||
git clone --recursive "https://${{ secrets.REMITTANCE_NETWORK_AGENT }}@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=${{ secrets.REMITTANCE_NETWORK_AGENT }} --frappe-path="https://github.com/fintechsys/frappe.git" --frappe-branch=${{ secrets.BRANCH_NAME_JS }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue