Skip to content

Fix: Site search issue during provisioning (#631) #113

Fix: Site search issue during provisioning (#631)

Fix: Site search issue during provisioning (#631) #113

# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
---
name: Post-Merge Admin
on:
push:
branches:
- main
- release-*
paths:
- 'apps/admin/**'
- 'package-lock.json'
workflow_dispatch:
permissions:
contents: read
jobs:
post-merge-pipeline:
permissions:
contents: read
security-events: write
id-token: write
actions: read
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@bf82f7924caaac6ba2f388b6ec6ac4edd65f48ee # 2026.1.1
with:
bootstrap_tools: "base,helm,yq,jq"
run_version_check: true
run_dep_version_check: false
run_build: false
run_docker_build: true
run_docker_push: true
run_helm_build: true
run_helm_push: true
run_version_tag: true
prefix_tag_separator: "/"
project_folder: apps/admin
run_version_dev: true
trivy_image_skip: |
ghcr.io/dependabot/dependabot-updater-core:latest,
ghcr.io/github/github-mcp-server:latest,
ghcr.io/github/gh-aw-mcpg:latest,
ghcr.io/github/gh-aw-firewall/agent:latest,
ghcr.io/github/gh-aw-firewall/api-proxy:latest,
ghcr.io/github/gh-aw-firewall/squid:latest,
debian@sha256:0a5bf4ecacfc050bad0131c8e1401063fd1e8343a418723f6dbd3cd13a7b9e33
secrets:
SYS_EMF_GH_TOKEN: ${{ secrets.SYS_EMF_GH_TOKEN }}
NO_AUTH_ECR_PUSH_USERNAME: ${{ secrets.NO_AUTH_ECR_PUSH_USERNAME }}
NO_AUTH_ECR_PUSH_PASSWD: ${{ secrets.NO_AUTH_ECR_PUSH_PASSWD }}
MSTEAMS_WEBHOOK: ${{ secrets.TEAMS_WEBHOOK }}