Skip to content

Add Buildall automation (#9) #4

Add Buildall automation (#9)

Add Buildall automation (#9) #4

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge Tenant Controller
on:
push:
branches:
- main
- release-*
paths:
- 'tenant-controller/**'
jobs:
post-merge-pipeline:
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@main
with:
run_security_scans: true
run_version_check: true
run_dep_version_check: true
run_build: true
run_docker_build: true
run_docker_push: true
run_version_tag: true
run_artifact: false
prefix_tag_separator: "/"
project_folder: "tenant-controller"
secrets: inherit