Skip to content

Commit

Permalink
omit annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorJPDJ authored Apr 10, 2024
1 parent 56f2965 commit 6863ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-oci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Generate properties
id: props
run: |
yq '.' "charts/${{ matrix.chart }}/Chart.yaml" -o shell >> "$GITHUB_OUTPUT"
yq 'omit(["annotations"])' "charts/${{ matrix.chart }}/Chart.yaml" -o shell >> "$GITHUB_OUTPUT"
- name: Generate tag
id: meta
Expand Down

0 comments on commit 6863ba3

Please sign in to comment.