Skip to content

[containerd/1.7] pkg(containerd): fix default ref to release/1.7 #199

[containerd/1.7] pkg(containerd): fix default ref to release/1.7

[containerd/1.7] pkg(containerd): fix default ref to release/1.7 #199

name: build-containerd
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
inputs:
pkgs:
description: 'Packages to build (minimal, all or space separated list)'
default: 'minimal'
required: false
type: string
push:
branches:
- 'main'
- 'containerd/[0-9]+.[0-9]+'
paths:
- '.github/workflows/.build.yml'
- '.github/workflows/build-containerd.yml'
- 'common/**'
- 'pkg/containerd/**'
pull_request:
branches:
- 'main'
- 'containerd/[0-9]+.[0-9]+'
paths:
- '.github/workflows/.build.yml'
- '.github/workflows/build-containerd.yml'
- 'common/**'
- 'pkg/containerd/**'
jobs:
run:
uses: ./.github/workflows/.build.yml
with:
name: containerd
secrets: inherit