add success message after docker build
This commit is contained in:
1
Makefile
1
Makefile
@@ -21,6 +21,7 @@ appjs:
|
|||||||
|
|
||||||
docker: appjs scm-source.json
|
docker: appjs scm-source.json
|
||||||
docker build --build-arg "VERSION=$(VERSION)" -t "$(IMAGE):$(TAG)" .
|
docker build --build-arg "VERSION=$(VERSION)" -t "$(IMAGE):$(TAG)" .
|
||||||
|
@echo 'Docker image $(IMAGE):$(TAG) can now be used.'
|
||||||
|
|
||||||
push: docker
|
push: docker
|
||||||
docker push "$(IMAGE):$(TAG)"
|
docker push "$(IMAGE):$(TAG)"
|
||||||
|
|||||||
Reference in New Issue
Block a user