We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e604124 commit ed10b8fCopy full SHA for ed10b8f
.github/workflows/release.yml
@@ -52,10 +52,6 @@ jobs:
52
with:
53
fetch-depth: 1
54
55
- - name: Replace git-tag in Chart.yaml
56
- run: |
57
- sed -i "s/git-tag/${{ github.ref_name }}/g" helm/plaincooking-helm/Chart.yaml
58
-
59
- name: Login to ghcr.io
60
uses: docker/login-action@v3
61
@@ -65,5 +61,5 @@ jobs:
65
66
62
- name: Push chart
67
63
run: |
68
- helm package helm/plaincooking-helm
64
+ helm package helm/plaincooking-helm --version ${{ github.ref_name }} --app-version ${{ github.ref_name }}
69
helm push "plaincooking-helm-${{ github.ref_name }}.tgz" "oci://ghcr.io/${{ github.actor }}/plaincooking"
0 commit comments