mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +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
|
name: build system Image base on json config provided
|
||||||
run-name: ${{ github.actor }} update 🚀
|
run-name: ${{ github.actor }} update 🚀
|
||||||
on: #[push, pull_request]
|
|
||||||
workflow_dispatch:
|
|
||||||
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["Master Workflow"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
job-image-build:
|
job-image-build:
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
# env: working-directory:./
|
|
||||||
|
|
||||||
steps:
|
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
|
- name: login to harb
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue