Skip to content

Commit

Permalink
feat(ci): improve image update workflow (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Dec 20, 2023
1 parent e77d2cc commit e1271b6
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 e1271b6

Please sign in to comment.