Skip to content

Merge branch 'main' of https://github.com/mmguero-dev/Malcolm into st… #178

Merge branch 'main' of https://github.com/mmguero-dev/Malcolm into st…

Merge branch 'main' of https://github.com/mmguero-dev/Malcolm into st… #178

name: dashboards-build-and-push-ghcr
on:
push:
branches:
- main
- staging
- pipeline-merge
paths:
- 'dashboards/**'
- 'Dockerfiles/dashboards.Dockerfile'
- 'container-health-scripts/dashboards.sh'
- 'scripts/malcolm_constants.py'
- 'scripts/malcolm_utils.py'
- 'shared/bin/docker-uid-gid-setup.sh'
- 'shared/bin/service_check_passthrough.sh'
- '.trigger_workflow_build'
workflow_dispatch:
repository_dispatch:
jobs:
docker:
uses: ./.github/workflows/docker-build-push-scan.yml
with:
service: dashboards
dockerfile: ./Dockerfiles/dashboards.Dockerfile