mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +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:
|
||||
|
||||
self-hosted:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
# self-hosted:
|
||||
# runs-on:
|
||||
# - self-hosted
|
||||
# - ubuntu-latest
|
||||
call_workflow_using_branch:
|
||||
uses: fork-foxs/remittance_image_builder/.github/workflows/Reusable_build_image.yml@master
|
||||
job-image-build:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue