File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
77
- name : Publish helm charts to Github Container Registry
78
78
run : |
79
79
repository=$(echo "${{ github.repository_owner }}" | tr [:upper:] [:lower:])
80
- helm push ${{ github.workspace }}/chart/keycloak -controller-*.tgz oci://ghcr.io/$repository/charts |& tee .digest
80
+ helm push ${{ github.workspace }}/chart/growthbook -controller-*.tgz oci://ghcr.io/$repository/charts |& tee .digest
81
81
cosign login --username ${GITHUB_ACTOR} --password ${{ secrets.GITHUB_TOKEN }} ghcr.io
82
- cosign sign --yes ghcr.io/$repository/charts/keycloak -controller@$(cat .digest | awk -F "[, ]+" '/Digest/{print $NF}')
82
+ cosign sign --yes ghcr.io/$repository/charts/growthbook -controller@$(cat .digest | awk -F "[, ]+" '/Digest/{print $NF}')
You can’t perform that action at this time.
0 commit comments