mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 08:45: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
10
.github/workflows/build_system_image.yml
vendored
10
.github/workflows/build_system_image.yml
vendored
|
|
@ -18,12 +18,16 @@ on:
|
|||
|
||||
|
||||
jobs:
|
||||
call_workflow_using_branch:
|
||||
uses: fork-foxs/remittance_image_builder/.github/workflows/Reusable_build_image.yml@master
|
||||
job-image-build:
|
||||
|
||||
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