Update build_system_image.yml

This commit is contained in:
fal7w 2023-12-10 15:54:21 +03:00 committed by GitHub
parent 23dddadfac
commit 3013aa4baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,15 +58,15 @@ jobs:
# - name: Use the head branch
# run: echo "The head branch is ${{ github.event.pull_request.head.ref }}"
# - name: build image
# run: |
# rm -rf remittance_image_builder
- name: build image
# working-directory: /root/actions-runner
run: |
rm -rf remittance_image_builder
- name: build image
working-directory: /root/actions-runner
run: |
git clone git@github.com:fork-foxs/remittance_image_builder.git
git clone --recursive git@github.com:fork-foxs/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="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" --frappe-path="https://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@github.com/fintechsys/frappe.git" --frappe-branch=${{ github.event.pull_request.head.ref }}
./build_network_company_image.sh --tag="remittance_network_agent/${{ github.event.pull_request.head.ref }}:latest" --token="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" --frappe-path="https://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@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