diff --git a/Makefile b/Makefile index e62517c0f9..3eb8cfeaea 100644 --- a/Makefile +++ b/Makefile @@ -58,10 +58,10 @@ login-test-integration: login-standalone-build login-test-integration-build login-test-acceptance-build: login-standalone-build $(BAKE_CLI) setup sink oidcrp samlsp login-test-acceptance -login-test-acceptance-run: login-acceptance-cleanup +login-test-acceptance-run: login-test-acceptance-cleanup docker compose --file ./apps/login-test-acceptance/docker-compose.yaml run --rm --service-ports acceptance -login-acceptance-cleanup: +login-test-acceptance-cleanup: docker compose --file ./apps/login-test-acceptance/docker-compose.yaml down --volumes login-test-acceptance: login-test-acceptance-build diff --git a/apps/login-test-acceptance/docker-compose.yaml b/apps/login-test-acceptance/docker-compose.yaml index ebfebc978c..6c731da1c5 100644 --- a/apps/login-test-acceptance/docker-compose.yaml +++ b/apps/login-test-acceptance/docker-compose.yaml @@ -102,7 +102,7 @@ services: condition: "service_healthy" login: - image: "${LOGIN_TAG:-zitadel-login:local}" + image: "${LOGIN_TAG:-login:local}" container_name: acceptance-login labels: - "traefik.enable=true"