mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 00:55:08 +00:00
Update build_system_image.yml
This commit is contained in:
parent
0910fa3495
commit
625176ef43
1 changed files with 9 additions and 9 deletions
18
.github/workflows/build_system_image.yml
vendored
18
.github/workflows/build_system_image.yml
vendored
|
|
@ -58,15 +58,15 @@ jobs:
|
||||||
|
|
||||||
# - name: Use the head branch
|
# - name: Use the head branch
|
||||||
# run: echo "The head branch is ${{ github.event.pull_request.head.ref }}"
|
# run: echo "The head branch is ${{ github.event.pull_request.head.ref }}"
|
||||||
# - name: build image
|
- name: build image
|
||||||
# run: |
|
run: |
|
||||||
# rm -rf remittance_image_builder
|
rm -rf remittance_image_builder
|
||||||
# - name: build image
|
- name: build image
|
||||||
# # working-directory: /root/actions-runner
|
# working-directory: /root/actions-runner
|
||||||
# run: |
|
run: |
|
||||||
# git clone --recursive 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
|
cd remittance_image_builder
|
||||||
# ./build_network_company_image.sh --tag="remittance_network_agent/devloper:latest" --token="${{ secrets.TOCKEN }}" --frappe-path="https://github.com/fintechsys/frappe.git" --frappe-branch=version-14 --fintech-branch=develop
|
./build_network_company_image.sh --tag="remittance_network_agent/devloper:latest" --token="${{ secrets.TOCKEN }}" --frappe-path="https://github.com/fintechsys/frappe.git" --frappe-branch=version-14 --fintech-branch=develop
|
||||||
|
|
||||||
# docker image ls
|
# docker image ls
|
||||||
# docker tag remittance_network_agent/${{ vars.BRANCH_NAME }}:latest harbor.fintechsys.net/frappe-systems/${{ vars.BRANCH_NAME }}:latest
|
# docker tag remittance_network_agent/${{ vars.BRANCH_NAME }}:latest harbor.fintechsys.net/frappe-systems/${{ vars.BRANCH_NAME }}:latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue