mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Update build_system_image.yml
This commit is contained in:
parent
3436238729
commit
643415b618
1 changed files with 8 additions and 7 deletions
15
.github/workflows/build_system_image.yml
vendored
15
.github/workflows/build_system_image.yml
vendored
|
|
@ -56,15 +56,16 @@ jobs:
|
||||||
# - name: Debug Event
|
# - name: Debug Event
|
||||||
# run: echo "Event payload: ${{ toJson(github.event) }}"
|
# run: echo "Event payload: ${{ toJson(github.event) }}"
|
||||||
|
|
||||||
- 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
|
||||||
|
# run: |
|
||||||
|
# rm -rf remittance_image_builder
|
||||||
- name: build image
|
- name: build image
|
||||||
|
|
||||||
|
# git clone git@github.com:fork-foxs/remittance_image_builder.git
|
||||||
|
# cd remittance_image_builder
|
||||||
run: |
|
run: |
|
||||||
rm -rf remittance_image_builder
|
|
||||||
- name: build image
|
|
||||||
run: |
|
|
||||||
git clone 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=${{ github.event.pull_request.head.ref }}
|
||||||
|
|
||||||
# docker image ls
|
# docker image ls
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue