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.
1 parent 6571e6c commit 7e0b3caCopy full SHA for 7e0b3ca
.github/workflows/release-please.yml
@@ -115,7 +115,7 @@ jobs:
115
make update-flagd
116
go mod tidy
117
make controller-gen
118
- make helm-package
+ IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make helm-package
119
IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make release-manifests
120
121
- uses: anchore/sbom-action@v0
0 commit comments