Update build_system_image.yml

This commit is contained in:
fal7w 2023-11-26 17:35:09 +03:00 committed by GitHub
parent 747c5e5ed5
commit 885b694f6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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