Skip to content

feat: Generate docs from templates #1378

feat: Generate docs from templates

feat: Generate docs from templates #1378

Workflow file for this run

name: Container Build
on:
push:
branches:
- main
- 'maint-*'
paths-ignore:
- 'docs/**'
pull_request:
branches:
- main
- 'maint-*'
paths-ignore:
- 'docs/**'
jobs:
build:
name: Build image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Build container: Manager"
run: |
docker build .
- name: "Build container: Bundle"
run: |
make bundle-build