Update build_system_image.yml

This commit is contained in:
fal7w 2023-11-28 10:32:52 +03:00 committed by GitHub
parent eefa1e46e1
commit 285bd694c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: