Skip to content

Bump github.com/containerd/containerd from 1.7.6 to 1.7.11 (#390) #512

Bump github.com/containerd/containerd from 1.7.6 to 1.7.11 (#390)

Bump github.com/containerd/containerd from 1.7.6 to 1.7.11 (#390) #512

name: Build images for dev branches
on:
push:
branches: ['*']
jobs:
workflow-build:
if: github.ref_name != 'main' && !startsWith(github.ref, 'refs/tags/v')
name: Calls build-images-base workflow
uses: ./.github/workflows/build-images-base.yaml
secrets: inherit
with:
kuadrantOperatorVersion: ${{ github.ref_name }}
kuadrantOperatorTag: ${{ github.ref_name }}