File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Release
22on :
33 push :
44 branches :
5- - ' releases/**'
5+ - ' releases/v **'
66
77permissions :
88 contents : read
7373 echo "digest=${digest}" >> $GITHUB_OUTPUT
7474
7575 - name : Push helm (CRDs) chart to registry.cloud.qdrant.io to public repo
76- id : push-helm-chart-crds
76+ id : push-helm-chart-crds-public
7777 env :
7878 HARBOR_USERNAME : ${{ secrets.HARBOR_USERNAME }}
7979 HARBOR_TOKEN : ${{ secrets.HARBOR_TOKEN }}
9797 cosign sign --yes "${TAGS}@${DIGEST}"
9898 env :
9999 TAGS : registry.cloud.qdrant.io/library/qdrant-operator-crds:${{ steps.extract_build_info.outputs.tag }}
100- DIGEST : ${{ steps.push-helm-chart-crds.outputs.public_digest }}
100+ DIGEST : ${{ steps.push-helm-chart-crds-public .outputs.public_digest }}
You can’t perform that action at this time.
0 commit comments