Updated the makefile for docker push and tag
This commit is contained in:
parent
0f2412893e
commit
68c816ff26
1
Makefile
1
Makefile
@ -5,6 +5,7 @@ build:
|
|||||||
./src/build.sh
|
./src/build.sh
|
||||||
@echo "Size of the image: ${DOCKER_IMAGE_SIZE}"
|
@echo "Size of the image: ${DOCKER_IMAGE_SIZE}"
|
||||||
|
|
||||||
|
docker tag ${DOCKER_IMAGE_NAME}:3.13 ${DOCKER_IMAGE_NAME}:latest
|
||||||
docker push ${DOCKER_IMAGE_NAME}
|
docker push ${DOCKER_IMAGE_NAME}
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
Loading…
Reference in New Issue
Block a user