Skip to content

Commit

Permalink
rm azure
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Christoff <[email protected]>
  • Loading branch information
schristoff committed Jan 31, 2024
1 parent 9b4f451 commit 395ed9d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Environment variables defined in a calling workflow are not accessible to this reusable workflow. Refer to the documentation for further details on this limitation.
name: build_azure_pipelinesrelease_template
name: build_pipelinesrelease_template
on:
workflow_call:
inputs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/porter-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ on:
branches:
- split-builds
jobs:
build_azure_pipelinesrelease_template:
name: build_azure_pipelinesrelease_template
uses: "./.github/workflows/build_azure_pipelinesrelease_template.yml"
build_pipelinesrelease_template:
name: build_pipelinesrelease_template
uses: "./.github/workflows/build_pipelinesrelease_template.yml"
with:
registry: ghcr.io/getporter
shouldPublish: ${{inputs.shouldPublish}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/porter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- "!latest*"
- "!canary*"
jobs:
build_azure_pipelinesrelease_template:
build_pipelinesrelease_template:
name: build_azure_pipelinesrelease_template
uses: "./.github/workflows/build_azure_pipelinesrelease_template.yml"
uses: "./.github/workflows/build_pipelinesrelease_template.yml"
with:
registry: ghcr.io/getporter
shouldPublish: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-porter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ env:
PORTER_PACKAGES_REMOTE: https://github.com/carolynvs/porter-packages.git
PORTER_RELEASE_REPOSITORY: github.com/carolynvs/porter
jobs:
build_azure_pipelinesrelease_template:
name: build_azure_pipelinesrelease_template
uses: "./.github/workflows/build_azure_pipelinesrelease_template.yml"
build_pipelinesrelease_template:
name: build_pipelinesrelease_template
uses: "./.github/workflows/build_pipelinesrelease_template.yml"
with:
registry: ghcr.io/getporter/test
shouldPublish: ${{ inputs.shouldPublish }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testporterbot.porter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ on:
branches:
- release/v1
jobs:
build_azure_pipelinesrelease_template:
name: build_azure_pipelinesrelease_template
uses: "./.github/workflows/build_azure_pipelinesrelease_template.yml"
build_pipelinesrelease_template:
name: build_pipelinesrelease_template
uses: "./.github/workflows/build_pipelinesrelease_template.yml"
with:
registry: ghcr.io/getporter/test
shouldPublish: ${{ inputs.shouldPublish }}
Expand Down

0 comments on commit 395ed9d

Please sign in to comment.