Skip to content

Commit

Permalink
revert: disable downstream-tagging for dynamic-localpv-provisioner re…
Browse files Browse the repository at this point in the history
…po (#35)

Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
  • Loading branch information
niladrih authored Jul 1, 2024
1 parent 1142fa3 commit 5d1b248
Showing 1 changed file with 0 additions and 20 deletions.
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 }}

0 comments on commit 5d1b248

Please sign in to comment.