This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
- name : Push image
172
172
uses : docker/build-push-action@v5
173
173
with :
174
- context : .
174
+ context : ./miw
175
175
push : ${{ github.event_name != 'pull_request' }}
176
176
tags : ${{ steps.meta.outputs.tags }}
177
177
labels : ${{ steps.meta.outputs.labels }}
@@ -222,21 +222,21 @@ jobs:
222
222
# Package MIW chart
223
223
helm_package_path=$(helm package -u -d helm-charts ./charts/managed-identity-wallet | grep -o 'to: .*' | cut -d' ' -f2-)
224
224
echo "HELM_PACKAGE_PATH=$helm_package_path" >> $GITHUB_ENV
225
-
225
+
226
226
# Commit and push to gh-pages
227
227
git add helm-charts
228
228
git stash -- helm-charts
229
229
git reset --hard
230
230
git fetch origin
231
231
git checkout gh-pages
232
232
git stash pop
233
-
233
+
234
234
# Generate helm repo index.yaml
235
235
helm repo index . --merge index.yaml --url https://${GITHUB_REPOSITORY_OWNER}.github.io/${GITHUB_REPOSITORY#*/}/
236
236
git add index.yaml
237
-
237
+
238
238
git commit -s -m "Release ${{ needs.semantic_release.outputs.next_release }}"
239
-
239
+
240
240
git push origin gh-pages
241
241
242
242
- name : Upload chart to GitHub release
You can’t perform that action at this time.
0 commit comments