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
2e1ab49edd
commit
1bc9c62648
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build_system_image.yml
vendored
7
.github/workflows/build_system_image.yml
vendored
|
|
@ -19,15 +19,16 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
self-hosted:
|
# self-hosted:
|
||||||
runs-on:
|
# runs-on:
|
||||||
- self-hosted
|
# - self-hosted
|
||||||
# - ubuntu-latest
|
# - 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
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue