Skip to content

Commit 20d8144

Browse files
committed
Fix pipeline
1 parent 47cd4fd commit 20d8144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- 'releases/**'
5+
- 'releases/v**'
66

77
permissions:
88
contents: read
@@ -73,7 +73,7 @@ jobs:
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 }}
@@ -97,4 +97,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)