Skip to content

trigger GH Actions

trigger GH Actions #4

Workflow file for this run

name: Docker Build
on:
push:
branches:
- main
- dev
- cicd
- dockerfiles-consolidation
jobs:
build_controller:
uses: ./.github/workflows/build-template.yml
with:
image-name: controller
tag: ${GITHUB_REF#refs/heads/}