Skip to content

Bump github.com/containerd/containerd from 1.7.3 to 1.7.11 (#2965) #2

Bump github.com/containerd/containerd from 1.7.3 to 1.7.11 (#2965)

Bump github.com/containerd/containerd from 1.7.3 to 1.7.11 (#2965) #2

Workflow file for this run

name: porter/porter-canary
on:
workflow_dispatch:
inputs:
shouldPublish:
default: true
type: boolean
required: false
skipTests:
default: false
type: boolean
required: false
push:
branches:
- main
- release/*
pull_request:
branches:
- split-builds
jobs:
build_azure_pipelinesrelease_template:
name: build_azure_pipelinesrelease_template
uses: "./.github/workflows/build_azure_pipelinesrelease_template.yml"

Check failure on line 23 in .github/workflows/porter-canary.yml

View workflow run for this annotation

GitHub Actions / porter/porter-canary

Invalid workflow file

The workflow is not valid. In .github/workflows/porter-canary.yml (Line: 23, Col: 11): Error from called workflow getporter/porter/.github/workflows/build_azure_pipelinesrelease_template.yml@cdcc056cc7e752da60560acbb1cbe959128098d7: Unexpected tag '!(inputs.skipTests)'
with:
registry: ghcr.io/getporter
shouldPublish: "${{inputs.shouldPublish}}"
skipTests: "${{inputs.skipTests}}"