We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973a249 commit fabec02Copy full SHA for fabec02
1 file changed
.github/workflows/build.yaml
@@ -7,7 +7,6 @@ on:
7
env:
8
REGISTRY: ghcr.io
9
IMAGE_NAME: ${{ github.repository }}
10
- CHART_NAME: ${{ github.repository }}/helm-chart-dev
11
12
defaults:
13
run:
@@ -112,4 +111,4 @@ jobs:
112
111
- name: Publish chart
113
run: |
114
helm package deploy/csi-rclone
115
- helm push "csi-rclone-${{ needs.build-image.outputs.image_tag }}.tgz" "oci://${{ env.REGISTRY }}/${{ env.CHART_NAME }}"
+ helm push "csi-rclone-${{ needs.build-image.outputs.image_tag }}.tgz" "oci://${{ steps.docker_image.outputs.image_repository }}/helm-chart-dev"
0 commit comments