diff --git a/Makefile b/Makefile index a7ecef42..c83e0e6c 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,7 @@ build-and-push-multi-platform-docker: ## build and push multi-platform docker i --platform=$(PLATFORM) \ -f Dockerfile \ -t $(IMAGE_NAME):$(IMAGE_TAG) \ + -t $(IMAGE_NAME):$(IMAGE_TAG)-latest \ --push # To be able to build a multiplatform docker image with dev dependencies @@ -155,4 +156,4 @@ run-grpc-integration-tests: ## run the grpc integration tests poetry run \ pytest $(GRPC_SERVER_INTEGRATION_TEST_FOLDER)/test_docker_grpc_server.py \ --junitxml=$(GRPC_SERVER_DOCKER_INTEGRATION_TEST_RESULTS_FILE) \ - --verbose \ No newline at end of file + --verbose