Updated the makefile for build with action

This commit is contained in:
2021-03-26 12:20:52 +07:00
parent 3b5c567e67
commit 44c49b10e2
2 changed files with 3 additions and 11 deletions

View File

@@ -5,4 +5,6 @@ build:
./src/build.sh
@echo "Size of the image: ${DOCKER_IMAGE_SIZE}"
$(shell docker push ${DOCKER_IMAGE_NAME})
.PHONY: build