Skip to content

Merge pull request #3557 from getporter/dependabot/github_actions/act… #396

Merge pull request #3557 from getporter/dependabot/github_actions/act…

Merge pull request #3557 from getporter/dependabot/github_actions/act… #396

Workflow file for this run

name: porter/porter-canary
on:
push:
branches:
- main
- release/*
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'LICENSE'
- 'netlify.toml'
# This configuration ensures that multiple canary releases don't run at the same time:
# - The 'group' combines the workflow name and git reference to create a unique identifier
# - 'cancel-in-progress: false' means if a new release is triggered, it will wait in line
# instead of canceling any running release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: write
packages: write
jobs:
build_pipelinesrelease_template:
name: build_pipelinesrelease_template
uses: ./.github/workflows/build_pipelinesrelease_template.yml

Check warning on line 27 in .github/workflows/porter-canary.yml

View workflow run for this annotation

GitHub Actions / porter/porter-canary

Workflow syntax warning

In .github/workflows/porter-canary.yml (Line: 27, Col: 11): Error from called workflow getporter/porter/.github/workflows/build_pipelinesrelease_template.yml@590aca0125d4d12fbfb265d938944fbed2642a20 (Line: 110, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?

Check warning on line 27 in .github/workflows/porter-canary.yml

View workflow run for this annotation

GitHub Actions / porter/porter-canary

Workflow syntax warning

In .github/workflows/porter-canary.yml (Line: 27, Col: 11): Error from called workflow getporter/porter/.github/workflows/build_pipelinesrelease_template.yml@590aca0125d4d12fbfb265d938944fbed2642a20 (Line: 162, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?

Check warning on line 27 in .github/workflows/porter-canary.yml

View workflow run for this annotation

GitHub Actions / porter/porter-canary

Workflow syntax warning

In .github/workflows/porter-canary.yml (Line: 27, Col: 11): Error from called workflow getporter/porter/.github/workflows/build_pipelinesrelease_template.yml@590aca0125d4d12fbfb265d938944fbed2642a20 (Line: 205, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
registry: ghcr.io/getporter
shouldPublish: true
skipTests: false
secrets: inherit