Skip to content

Commit c5c4062

Browse files
stackit-skenschad
andauthored
fix verify-image-stackit-csi-plugin (#548)
Signed-off-by: Niclas Schad <niclas.schad@stackit.cloud> Co-authored-by: Niclas Schad <niclas.schad@stackit.cloud>
1 parent 8e937cb commit c5c4062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ verify-image-stackit-csi-plugin: LOCAL = true
121121
verify-image-stackit-csi-plugin: APKO_EXTRA_PACKAGES = busybox
122122
verify-image-stackit-csi-plugin: image-stackit-csi-plugin
123123
@echo "verifying binaries in image"
124-
@docker run -v ./tools/csi-deps-check.sh:/tools/csi-deps-check.sh --entrypoint=/tools/csi-deps-check.sh $(REGISTRY)/stackit-csi-plugin:$(VERSION)
124+
@docker run -v ./tools/csi-deps-check.sh:/tools/csi-deps-check.sh --entrypoint=/tools/csi-deps-check.sh $(REGISTRY)/$(REPO)/stackit-csi-plugin-dev:$(VERSION)
125125

126126
# generate mock types for the following services (space-separated list)
127127
MOCK_SERVICES := iaas loadbalancer

0 commit comments

Comments
 (0)