Skip to content

Commit 190697e

Browse files
authored
Fixes publishing to the release helm chart repo (#283)
1 parent 993ea6c commit 190697e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
make update-mccp-chart-values CHART_VALUES_PATH=$CHART_VALUES_PATH
178178
179179
# Publish the MCCP Helm v3 chart
180-
./bin/publish-chart-to-s3.sh $TAG "charts-v3" ./charts/mccp
180+
./bin/publish-chart-to-s3.sh $TAG $HELM_REPO ./charts/mccp
181181
- name: Login to Docker Hub
182182
uses: docker/login-action@v1
183183
with:

0 commit comments

Comments
 (0)