Skip to content

kubevirt-dashboard-extension-1.1.0 #19

kubevirt-dashboard-extension-1.1.0

kubevirt-dashboard-extension-1.1.0 #19

name: Build and Release Extension Catalog
on:
workflow_dispatch:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
release:
types: [released]
defaults:
run:
shell: bash
working-directory: ./
jobs:
build-extension-catalog:
uses: rancher/dashboard/.github/workflows/[email protected]
permissions:
actions: write
contents: read
packages: write
with:
registry_target: ghcr.io
registry_user: ${{ github.actor }}
tagged_release: ${{ github.ref_name }}
secrets:
registry_token: ${{ secrets.GITHUB_TOKEN }}