File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -39,23 +39,18 @@ jobs:
3939 runs-on : ubuntu-latest
4040 steps :
4141 - uses : actions/checkout@v4
42- with :
43- fetch-depth : 0
4442 - name : login to ghcr.io
4543 uses : docker/login-action@v3
4644 with :
4745 registry : ghcr.io
4846 username : ${{ github.actor }}
4947 password : ${{ secrets.GITHUB_TOKEN }}
50- - name : set chart appversion
48+ - name : helm package chart
5149 run : |-
5250 PKG_VER=${GITHUB_REF_NAME#v}
5351 sed -e "s/^appVersion:.*/appVersion: ${PKG_VER}/" -i charts/cert-manager-webhook-rackspace/Chart.yaml
54- 55- env :
56- CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
57- with :
58- skip_upload : true
59- - run : |
52+ helm package charts/cert-manager-webhook-rackspace
53+ - name : helm push chart
54+ run : |
6055 helm push "cert-manager-webhook-rackspace*.tgz" "oci://ghcr.io/$GITHUB_REPOSITORY"
6156
You can’t perform that action at this time.
0 commit comments