Skip to content

Commit

Permalink
Merge pull request #53 from aalves08/add-reusable-workflow
Browse files Browse the repository at this point in the history
add reusable workflow to the repo to allow for tagged publish of examples
  • Loading branch information
aalves08 authored Sep 30, 2024
2 parents 6c6deec + ea12baa commit 0c44230
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build-extension-charts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build and Release Extension Charts

on:
workflow_dispatch:
release:
types: [released]

defaults:
run:
shell: bash
working-directory: ./

jobs:
build-extension-charts:
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@release-2.9
permissions:
actions: write
contents: write
deployments: write
pages: write
with:
target_branch: main
tagged_release: ${{ github.ref_name }}"

0 comments on commit 0c44230

Please sign in to comment.