Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert: disable downstream-tagging for dynamic-localpv-provisioner repo #35

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,23 +123,3 @@ jobs:
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'

downstream-tagging:
runs-on: ubuntu-latest
# since trivy already depends on linux-utils, its not included here
needs: ['trivy']
steps:
- name: Downstream tagging
uses: akhilerm/openebs-release-mgmt@v1.1.0
with:
tag-name: ${{ github.ref }}
body: 'Release created from linux-utils'
# Disable downstream tagging for cStor and Jiva, as their latest tagged
# versions have diverged from that of dynamic-localpv
# repo: |
# jiva
# libcstor
repo: |
dynamic-localpv-provisioner
# GR_TOKEN secret is the access token to perform github releases
github-token: ${{ secrets.GR_TOKEN }}
Loading