Skip to content

Commit 7e0b3ca

Browse files
release please fix for helm package
Signed-off-by: jamesmilligan <[email protected]>
1 parent 6571e6c commit 7e0b3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
make update-flagd
116116
go mod tidy
117117
make controller-gen
118-
make helm-package
118+
IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make helm-package
119119
IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make release-manifests
120120
121121
- uses: anchore/sbom-action@v0

0 commit comments

Comments
 (0)