mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
Update build_system_image.yml
This commit is contained in:
parent
33bdd56c5e
commit
49ad6cc3a3
1 changed files with 7 additions and 3 deletions
6
.github/workflows/build_system_image.yml
vendored
6
.github/workflows/build_system_image.yml
vendored
|
|
@ -18,12 +18,16 @@ on:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
self-hosted:
|
||||||
|
runs-on:
|
||||||
|
- self-hosted
|
||||||
|
# - ubuntu-latest
|
||||||
call_workflow_using_branch:
|
call_workflow_using_branch:
|
||||||
uses: fork-foxs/remittance_image_builder/.github/workflows/Reusable_build_image.yml@master
|
uses: fork-foxs/remittance_image_builder/.github/workflows/Reusable_build_image.yml@master
|
||||||
job-image-build:
|
job-image-build:
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
# - ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue