Skip to content

Chore(deps): Bump github.com/docker/docker from 27.4.0-rc.2+incompati… #189

Chore(deps): Bump github.com/docker/docker from 27.4.0-rc.2+incompati…

Chore(deps): Bump github.com/docker/docker from 27.4.0-rc.2+incompati… #189

Workflow file for this run

name: porter/porter-canary
on:
push:
branches:
- main
- release/*
# 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
jobs:
build_pipelinesrelease_template:
name: build_pipelinesrelease_template
uses: ./.github/workflows/build_pipelinesrelease_template.yml
with:
registry: ghcr.io/getporter
shouldPublish: true
skipTests: false
secrets: inherit