Skip to content

Commit fabec02

Browse files
committed
fix oci repository?
1 parent 973a249 commit fabec02

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
env:
88
REGISTRY: ghcr.io
99
IMAGE_NAME: ${{ github.repository }}
10-
CHART_NAME: ${{ github.repository }}/helm-chart-dev
1110

1211
defaults:
1312
run:
@@ -112,4 +111,4 @@ jobs:
112111
- name: Publish chart
113112
run: |
114113
helm package deploy/csi-rclone
115-
helm push "csi-rclone-${{ needs.build-image.outputs.image_tag }}.tgz" "oci://${{ env.REGISTRY }}/${{ env.CHART_NAME }}"
114+
helm push "csi-rclone-${{ needs.build-image.outputs.image_tag }}.tgz" "oci://${{ steps.docker_image.outputs.image_repository }}/helm-chart-dev"

0 commit comments

Comments
 (0)