Skip to content

Commit

Permalink
release: fix sed to update the manifests
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Mar 9, 2022
1 parent 2f2561a commit 26c1cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ push-manifest:

.PHONY: update-yaml
update-yaml:
sed -i -e 's;$(KO_PREFIX)/fulcio:.*;$(KO_PREFIX)/fulcio:$(GIT_HASH)/g' $(FULCIO_YAML)
sed -i -e 's/$(KO_PREFIX)\/fulcio@.*/$(KO_PREFIX)\/fulcio:$(GIT_VERSION)/g' $(FULCIO_YAML)

.PHONY: release-images
release-images: ko-release push-manifest update-yaml
Expand Down

0 comments on commit 26c1cd4

Please sign in to comment.