Skip to content

build(deps): bump helm/kind-action from 1.10.0 to 1.12.0 #1895

build(deps): bump helm/kind-action from 1.10.0 to 1.12.0

build(deps): bump helm/kind-action from 1.10.0 to 1.12.0 #1895

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@v4
- name: "Build container: Manager"
run: |
docker build .
- name: "Build container: Bundle"
run: |
make bundle-build