Fix docker image tags

This commit is contained in:
Denis Arh
2018-10-04 19:24:44 +02:00
parent b09d309f81
commit 62ac171501
+1 -1
View File
@@ -38,7 +38,7 @@ nothing:
docker: $(IMAGES:%=docker-image.%)
docker-image.%: %
@ docker build --no-cache --rm -f docker/$^/Dockerfile -t crusttech/api-$^:latest .
@ docker build --no-cache --rm -f Dockerfile.$^ -t crusttech/api-$^:latest .
docker-push: $(IMAGES:%=docker-push.%)