Skip to content

go.mod: Replace carolynvs/magex with uwu-tools/magex v0.10.0 (#3270) #183

go.mod: Replace carolynvs/magex with uwu-tools/magex v0.10.0 (#3270)

go.mod: Replace carolynvs/magex with uwu-tools/magex v0.10.0 (#3270) #183

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