Skip to content

Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#3261) #176

Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#3261)

Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#3261) #176

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