Skip to content

Publish Provider Package #12

Publish Provider Package

Publish Provider Package #12

name: Publish Provider Package
on:
workflow_dispatch:
inputs:
version:
description: "Version string to use while publishing the package (e.g. v1.0.0-alpha.1)"
default: ''
required: false
go-version:
description: 'Go version to use if building needs to be done'
default: '1.24'
required: false
jobs:
publish-provider-package:
uses: crossplane-contrib/provider-workflows/.github/workflows/publish-provider-non-family.yml@681e900dec4e5a5d84bae078add34b33a7871111
with:
version: ${{ github.event.inputs.version }}
registry_org: crossplane-contrib
repository: provider-openstack
mirror-registry: xpkg.upbound.io
go-version: "1.24" # Keep in sync with env.GO_VERSION above
secrets:
GHCR_PAT: ${{ secrets.GITHUB_TOKEN }}
XPKG_MIRROR_ACCESS_ID: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
XPKG_MIRROR_TOKEN: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}