Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann committed Aug 30, 2024
1 parent 47cd4fd commit 20d8144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- 'releases/**'
- 'releases/v**'

permissions:
contents: read
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
echo "digest=${digest}" >> $GITHUB_OUTPUT
- name: Push helm (CRDs) chart to registry.cloud.qdrant.io to public repo
id: push-helm-chart-crds
id: push-helm-chart-crds-public
env:
HARBOR_USERNAME: ${{ secrets.HARBOR_USERNAME }}
HARBOR_TOKEN: ${{ secrets.HARBOR_TOKEN }}
Expand All @@ -97,4 +97,4 @@ jobs:
cosign sign --yes "${TAGS}@${DIGEST}"
env:
TAGS: registry.cloud.qdrant.io/library/qdrant-operator-crds:${{ steps.extract_build_info.outputs.tag }}
DIGEST: ${{ steps.push-helm-chart-crds.outputs.public_digest }}
DIGEST: ${{ steps.push-helm-chart-crds-public.outputs.public_digest }}

0 comments on commit 20d8144

Please sign in to comment.