Skip to content

Commit

Permalink
create build and release catalog workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md authored Oct 24, 2023
1 parent 608d26b commit 96dd144
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 130 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/build-extension-catalog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build and Release Extension Catalog

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main

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

jobs:
build-extension-catalog:
uses: rancher/dashboard/.github/workflows/build-extension-catalog.yml@master
permissions:
actions: write
contents: read
packages: write
with:
registry_target: ghcr.io
registry_user: ${{ github.actor }}
secrets:
registry_token: ${{ secrets.GITHUB_TOKEN }}
129 changes: 0 additions & 129 deletions .github/workflows/build-extension-charts.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/capi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": false,
"rancher": {
"annotations": {
"catalog.cattle.io/rancher-version": ">= v2.7.6"
"catalog.cattle.io/rancher-version": ">= v2.7.8"
}
},
"scripts": {
Expand Down

0 comments on commit 96dd144

Please sign in to comment.