From 7d1d0749b334467fbbc55433232d2c5ce806d97a Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Fri, 19 Jan 2024 11:45:49 +0000 Subject: [PATCH] Update Makefile Signed-off-by: Jacob Woffenden --- allspark-notebook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allspark-notebook/Makefile b/allspark-notebook/Makefile index 810f421..649ef29 100644 --- a/allspark-notebook/Makefile +++ b/allspark-notebook/Makefile @@ -21,7 +21,7 @@ push: test: clean up echo Testing Container Version: ${IMAGE_TAG} - docker-compose --project-name ${REPOSITORY} run --rm inspec exec tests -t docker://${REPOSITORY}_test_1 + docker-compose --project-name ${REPOSITORY} run --rm inspec exec tests -t docker://${REGISTRY}/${REPOSITORY}:${IMAGE_TAG} clean: docker-compose down --volumes --remove-orphans