Skip to content

Bump get.porter.sh/magefiles from 0.6.8 to 0.6.9 (#3256) #175

Bump get.porter.sh/magefiles from 0.6.8 to 0.6.9 (#3256)

Bump get.porter.sh/magefiles from 0.6.8 to 0.6.9 (#3256) #175

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