Skip to content

Commit cf6e823

Browse files
authored
Merge pull request #209 from bergmannf/pko-maketarget-for-app-sre-and-konflux
Adapt the maketarget to work for app-sre builds and konflux builds. Temporary for https://issues.redhat.com/browse/SREP-2650
2 parents 1b02df8 + 45fb177 commit cf6e823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SHELL := /usr/bin/env bash
1111
pko-build:
1212
# FIXME: Hack for now. App-interface CICD does not have a way to retrieve an image if it doesn't use either <channel>-<commit> tag or just <commit>.
1313
# Our images use v<...>-<commit> which isn't well supported to be used by app-interface.
14-
sed -i 's#{{ .config.image }}#$(OPERATOR_IMAGE_URI)#' ./deploy_pko/Deployment*.yaml
14+
sed -i 's#{{ .config.image }}#$(OPERATOR_IMAGE_URI)#' ./deploy_pko/Deployment*.yaml*
1515
$(CONTAINER_ENGINE) build -f ./build/Dockerfile.pko -t $(PKO_IMAGE) ./deploy_pko
1616
# git checkout ./deploy/pko/
1717

0 commit comments

Comments
 (0)