Skip to content

Commit 84d6ecc

Browse files
committed
updated image ame
1 parent d29a7e3 commit 84d6ecc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/service/resources/default-reaction-providers.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: Debug
1818
spec:
1919
services:
2020
reaction:
21-
image: reaction-debug-backend
21+
image: reaction-debug
2222
endpoints:
2323
gateway:
2424
setting: internal

reactions/platform/debug-reaction/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ DOCKERX_OPTS ?= --load --cache-to type=inline,mode=max
88
default: docker-build
99

1010
docker-build:
11-
docker buildx build . -t $(IMAGE_PREFIX)/reaction-debug-backend:$(DOCKER_TAG_VERSION) $(DOCKERX_OPTS)
11+
docker buildx build . -t $(IMAGE_PREFIX)/reaction-debug:$(DOCKER_TAG_VERSION) $(DOCKERX_OPTS)
1212

1313
kind-load:
14-
kind load docker-image $(IMAGE_PREFIX)/reaction-debug-backend:$(DOCKER_TAG_VERSION) --name $(CLUSTER_NAME)
14+
kind load docker-image $(IMAGE_PREFIX)/reaction-debug:$(DOCKER_TAG_VERSION) --name $(CLUSTER_NAME)
1515

1616
test:
1717
@echo "No tests to run yet"

0 commit comments

Comments
 (0)