File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -212,11 +212,13 @@ jobs:
212212
213213 publish-provider-package :
214214 if : github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release-')
215- uses : crossplane-contrib/provider-workflows/.github/workflows/publish-provider-non-family.yml@9a2125b3ec67a41a24913ada8212b9359f104c8c
215+ uses : crossplane-contrib/provider-workflows/.github/workflows/publish-provider-non-family.yml@681e900dec4e5a5d84bae078add34b33a7871111
216216 with :
217+ registry_org : crossplane-contrib
217218 repository : provider-openstack
219+ mirror-registry : xpkg.upbound.io
218220 go-version : " 1.24" # Keep in sync with env.GO_VERSION above
219- cleanup-disk : true
220- mirror-to-upbound-registry : false
221221 secrets :
222222 GHCR_PAT : ${{ secrets.GITHUB_TOKEN }}
223+ XPKG_MIRROR_ACCESS_ID : ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
224+ XPKG_MIRROR_TOKEN : ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 publish-provider-package :
17- uses : crossplane-contrib/provider-workflows/.github/workflows/publish-provider-non-family.yml@9a2125b3ec67a41a24913ada8212b9359f104c8c
17+ uses : crossplane-contrib/provider-workflows/.github/workflows/publish-provider-non-family.yml@681e900dec4e5a5d84bae078add34b33a7871111
1818 with :
19- repository : provider-openstack
2019 version : ${{ github.event.inputs.version }}
21- go-version : ${{ github.event.inputs.go-version }}
22- cleanup-disk : true
23- mirror-to-upbound-registry : false
20+ registry_org : crossplane-contrib
21+ repository : provider-openstack
22+ mirror-registry : xpkg.upbound.io
23+ go-version : " 1.24" # Keep in sync with env.GO_VERSION above
2424 secrets :
25- GHCR_PAT : ${{ secrets.GITHUB_TOKEN }}
25+ GHCR_PAT : ${{ secrets.GITHUB_TOKEN }}
26+ XPKG_MIRROR_ACCESS_ID : ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
27+ XPKG_MIRROR_TOKEN : ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}
You can’t perform that action at this time.
0 commit comments