We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a35cc7e + 2746716 commit 1d4cc4aCopy full SHA for 1d4cc4a
.github/workflows/release-please.yml
@@ -161,7 +161,7 @@ jobs:
161
run: git merge ${{ needs.release-please.outputs.release_tag_name }}
162
163
- name: Generate helm charts
164
- run: IMG=ghcr.io/open-feature/open-feature-operator:main make helm-package
+ run: IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make helm-package
165
166
- name: Commit files
167
run: |
0 commit comments