Support outputs
variable in dependency outputs section (#3156)
#151
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: porter/porter-canary | |
on: | |
push: | |
branches: | |
- main | |
- release/* | |
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 |