Skip to content

Bump github.com/google/go-containerregistry from 0.15.2 to 0.19.0 #78

Bump github.com/google/go-containerregistry from 0.15.2 to 0.19.0

Bump github.com/google/go-containerregistry from 0.15.2 to 0.19.0 #78

name: porter/test-porter-release
on:
workflow_dispatch:
inputs:
shouldPublish:
default: true
type: boolean
required: false
skipTests:
default: true
type: boolean
required: false
pull_request:
branches:
- main
env:
PORTER_PACKAGES_REMOTE: https://github.com/carolynvs/porter-packages.git
PORTER_RELEASE_REPOSITORY: github.com/carolynvs/porter
jobs:
build_pipelinesrelease_template:
name: build_pipelinesrelease_template
uses: "./.github/workflows/build_pipelinesrelease_template.yml"
with:
registry: ghcr.io/getporter/test
shouldPublish: ${{ inputs.shouldPublish }}
skipTests: ${{ inputs.skipTests }}