-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: disable downstream-tagging for dynamic-localpv-provisioner repo
Signed-off-by: Niladri Halder <[email protected]>
- Loading branch information
Showing
1 changed file
with
0 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
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 }} |