From 15cb84cc8effc80fb231423913bc22fed3725fa2 Mon Sep 17 00:00:00 2001 From: Vlada Anicic <115999837+rasa-aadlv@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:27:03 +0100 Subject: [PATCH] Push image with [version]-latest tag --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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