Skip to content

Commit

Permalink
Push image with [version]-latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-aadlv authored Nov 20, 2024
1 parent c9408a7 commit 15cb84c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
--verbose

0 comments on commit 15cb84c

Please sign in to comment.