mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
Cleanup Chart workflow
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
parent
7b549c672d
commit
cea23925b0
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release-chart.yaml
vendored
1
.github/workflows/release-chart.yaml
vendored
|
@ -75,7 +75,6 @@ jobs:
|
|||
- name: Push to OCI
|
||||
run: |
|
||||
set -e
|
||||
helm push .cr-release-packages/policy-reporter-${{ env.VERSION }}.tgz oci://ghcr.io/kyverno/charts
|
||||
output=$(helm push .cr-release-packages/policy-reporter-${{ env.VERSION }}.tgz oci://ghcr.io/kyverno/charts 2>&1)
|
||||
digest=$( echo "$output" | grep Digest | cut -c9-)
|
||||
echo CR_DIGEST=$digest
|
||||
|
|
Loading…
Reference in a new issue