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 424156c commit a03cf70Copy full SHA for a03cf70
.github/workflows/release.yaml
@@ -24,6 +24,7 @@ jobs:
24
go-version: '>=1.17.0'
25
- run: |
26
make controller-gen
27
+ export PATH=$PATH:$GOPATH/bin
28
IMG=ghcr.io/open-feature/open-feature-operator:${{ steps.get_version.outputs.VERSION }} make release-manifests
29
30
- name: Release
0 commit comments