Skip to content

Commit

Permalink
fix: add Makefile target dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Mar 11, 2024
1 parent ee8561c commit 3183312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,6 @@ release-update-makefile:


.PHONY: release-fix-annotations
release-fix-annotations:
release-fix-annotations: install-yq
$(YQ) e '.annotations."operators.operatorframework.io.bundle.package.v1" = "apicurio-registry"' -i bundle/$(PACKAGE_VERSION)/metadata/annotations.yaml
sed -i 's/^\( *LABEL *operators.operatorframework.io.bundle.package.v1 *= *\)\(apicurio-registry-operator\)\(.*\)$$/\1apicurio-registry\3/g' bundle/$(PACKAGE_VERSION)/bundle.Dockerfile

0 comments on commit 3183312

Please sign in to comment.