Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
emil-jacero committed Jun 18, 2024
1 parent a5dcbda commit f51ba9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
version=${{ steps.get_version.outputs.version }}
helm package helm-charts/kode-operator-crd --version $version
helm push kode-operator-crd-$version.tgz oic://ghcr.io/${{ github.repository_owner }}/kode-operator-crd:$version
helm push kode-operator-crd-$version.tgz oci://ghcr.io/${{ github.repository_owner }}/kode-operator-crd:$version
- name: Update Chart.yaml for kode-operator
run: |
Expand All @@ -52,4 +52,4 @@ jobs:
run: |
version=${{ steps.get_version.outputs.version }}
helm package helm-charts/kode-operator --version $version
helm push kode-operator-$version.tgz oic://ghcr.io/${{ github.repository_owner }}/kode-operator:$version
helm push kode-operator-$version.tgz oci://ghcr.io/${{ github.repository_owner }}/kode-operator:$version

0 comments on commit f51ba9a

Please sign in to comment.