Skip to content

build(deps): bump sigs.k8s.io/controller-tools from 0.8.0 to 0.15.0 #3123

build(deps): bump sigs.k8s.io/controller-tools from 0.8.0 to 0.15.0

build(deps): bump sigs.k8s.io/controller-tools from 0.8.0 to 0.15.0 #3123

Workflow file for this run

name: build
on:
merge_group:
pull_request:
workflow_dispatch:
jobs:
image:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build the container image
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
push: false