Skip to content

Commit

Permalink
feat(ci): improve image update workflow
Browse files Browse the repository at this point in the history
only prepare-values for the current chart
  • Loading branch information
cwrau committed Dec 18, 2023
1 parent 9f81339 commit de58a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-artifacthub-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: pip install yq
- name: Install sponge
run: sudo apt-get -yq install moreutils
- run: ./.github/scripts/prepare-values.sh
- run: ./.github/scripts/prepare-values.sh "charts/${{ matrix.chart }}"

- run: ./.github/scripts/extract-artifacthub-images.sh "charts/${{ matrix.chart }}"

Expand Down

0 comments on commit de58a32

Please sign in to comment.