-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Publish canary builds Signed-off-by: Kim Christensen <[email protected]> --------- Signed-off-by: Kim Christensen <[email protected]>
- Loading branch information
1 parent
c67262b
commit 57b80e2
Showing
2 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,14 @@ | ||
name: porter/porter-canary | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
shouldPublish: | ||
description: Should Publish | ||
default: true | ||
type: boolean | ||
required: false | ||
skipTests: | ||
description: Skip Tests | ||
default: false | ||
type: boolean | ||
required: false | ||
push: | ||
branches: | ||
- main | ||
- release/* | ||
pull_request: | ||
branches: | ||
- split-builds | ||
jobs: | ||
build_pipelinesrelease_template: | ||
name: build_pipelinesrelease_template | ||
uses: ./.github/workflows/build_pipelinesrelease_template.yml | ||
with: | ||
registry: ghcr.io/getporter | ||
shouldPublish: "${{inputs.shouldPublish}}" | ||
skipTests: "${{inputs.skipTests}}" | ||
shouldPublish: true | ||
skipTests: false |
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