Skip to content

Commit

Permalink
fix helm index overwrite on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Aug 1, 2024
1 parent c3a0f86 commit 258ee88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ jobs:

- name: Copy helm repo files from Syft Repo
run: |
cp packages/grid/helm/repo/index.yaml ghpages/helm/
cp packages/grid/helm/repo/syft-${{ needs.merge-docker-images.outputs.server_version }}.tgz ghpages/helm/
cd ghpages/helm && helm repo index . --url https://openmined.github.io/PySyft/helm
- name: Commit changes to gh-pages
uses: EndBug/add-and-commit@v9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ jobs:

- name: Copy helm repo files from Syft Repo
run: |
cp packages/grid/helm/repo/index.yaml ghpages/helm/
cp packages/grid/helm/repo/syft-${{ steps.release_checks.outputs.syft_version }}.tgz ghpages/helm/
cd ghpages/helm && helm repo index . --url https://openmined.github.io/PySyft/helm
- name: Commit changes to gh-pages
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 258ee88

Please sign in to comment.