mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 16:25:09 +00:00
Update build_system_image.yml
This commit is contained in:
parent
eefa1e46e1
commit
285bd694c5
1 changed files with 8 additions and 12 deletions
20
.github/workflows/build_system_image.yml
vendored
20
.github/workflows/build_system_image.yml
vendored
|
|
@ -1,25 +1,21 @@
|
|||
name: build system Image base on json config provided
|
||||
run-name: ${{ github.actor }} update 🚀
|
||||
on: #[push, pull_request]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Master Workflow"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
||||
jobs:
|
||||
job-image-build:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
# env: working-directory:./
|
||||
|
||||
|
||||
steps:
|
||||
# - name: checkout Script content
|
||||
# uses: actions/checkout@v2
|
||||
|
||||
|
||||
# - name: Set up Java
|
||||
# uses: actions/setup-java@v2
|
||||
# with:
|
||||
# java-version: '17' # Change to the desired Java version
|
||||
# distribution: 'adopt'
|
||||
- name: login to harb
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue