Updated the makefile for docker push and tag

This commit is contained in:
Sambo Chea 2021-03-26 12:32:39 +07:00
parent 0f2412893e
commit 68c816ff26

View File

@ -5,6 +5,7 @@ build:
./src/build.sh
@echo "Size of the image: ${DOCKER_IMAGE_SIZE}"
docker tag ${DOCKER_IMAGE_NAME}:3.13 ${DOCKER_IMAGE_NAME}:latest
docker push ${DOCKER_IMAGE_NAME}
.PHONY: build