We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1e585 commit 7344389Copy full SHA for 7344389
.github/workflows/release-tag.yml
@@ -65,5 +65,5 @@ jobs:
65
--destination . \
66
--version ${{ github.ref_name }} \
67
--app-version ${{ github.ref_name }}
68
- devbox run -- echo "${GITHUB_TOKEN}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin && helm push vgpu-token-operator-chart-${{ github.ref_name }}.tgz oci://ghcr.io/nutanix-cloud-native/vgpu-token-operator-charts
+ devbox run -- echo "${GITHUB_TOKEN}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin && helm push vgpu-token-operator-*.tgz oci://ghcr.io/nutanix-cloud-native/vgpu-token-operator-charts
69
devbox run -- gh release upload ${{ github.ref_name }} vgpu-token-operator-*.tgz
0 commit comments