Skip to content

Commit 7e971b2

Browse files
committed
Update image references in Makefile
On-behalf-of: @SAP [email protected] Signed-off-by: Marko Mudrinić <[email protected]>
1 parent c8a52d3 commit 7e971b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ all: build
2121
GIT_TAG ?= $(shell git describe --tags --always --dirty)
2222

2323
# Image variables
24-
IMG_REGISTRY ?= gcr.io/k8s-staging-publishing-bot
25-
IMG_NAME = k8s-publishing-bot
24+
IMG_REGISTRY ?= ghcr.io/kcp-dev
25+
IMG_NAME = publishing-bot
2626

2727
IMG_VERSION ?= v0.0.0-2
2828

0 commit comments

Comments
 (0)